import type { ISwatchColorPickerStyleProps, ISwatchColorPickerStyles } from './SwatchColorPicker.types'; export declare const getStyles: (props: ISwatchColorPickerStyleProps) => ISwatchColorPickerStyles;