import { FC } from 'react';
import { CustomSVGProps } from './types';
export declare const ColorPickerIcon: FC<CustomSVGProps & {
    onClick?: () => void;
}>;
