export interface ColorPickerStylesParams { fullWidth: boolean; } export declare const sizes: { xs: string; sm: string; md: string; lg: string; xl: string; }; declare const _default: (params: ColorPickerStylesParams, options?: import("../../styles/utils/create-styles/create-styles").UseStylesOptions) => { classes: { preview: string; wrapper: string; body: string; sliders: string; slider: string; swatch: string; }; cx: typeof import("clsx").clsx; theme: import("../../styles").FlowindTheme; styls: {}; }; export default _default;