import type { IColorPickerStyleProps, IColorPickerStyles } from './ColorPicker.types'; export declare const getStyles: (props: IColorPickerStyleProps) => IColorPickerStyles;