import React from 'react'; export interface ColorsPageProps { columns: number; } declare const ColorsPage: React.FC; export default ColorsPage;