import { SketchPicker } from 'react-color'; import { Theme } from '../../utils/theme'; declare const StyledColorPickerLayout: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; declare const StyledColorPickerInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit & import('react').RefAttributes & { dataId?: string; }, "ref"> & import('react').RefAttributes, "ref"> & { ref?: ((instance: unknown) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject | null | undefined; }, never>> & string & Omit & import('react').RefAttributes & { dataId?: string; }, "ref"> & import('react').RefAttributes>, keyof import('react').Component>; declare const StyledSpinnerColorPicker: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<{ color?: string; size?: number; }, { $showInput: boolean; theme: Theme; }>> & string & Omit<({ color, size, ...props }: { color?: string; size?: number; }) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component>; declare const StyledColorPanel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; declare const StyledSketchPicker: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit & import('react').RefAttributes, never>> & string & Omit>; declare const StyledColorPickerSwatch: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; declare const StyledColorPickerPopover: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; export { StyledColorPickerLayout, StyledColorPickerInput, StyledSketchPicker, StyledSpinnerColorPicker, StyledColorPanel, StyledColorPickerPopover, StyledColorPickerSwatch };