import type { ComponentProps } from "react"; import { ColorSwatchPickerIndicator, ColorSwatchPickerItem, ColorSwatchPickerRoot, ColorSwatchPickerSwatch } from "./color-swatch-picker"; export declare const ColorSwatchPicker: (({ children, className, layout, size, variant, ...props }: import("./color-swatch-picker").ColorSwatchPickerRootProps) => import("react/jsx-runtime").JSX.Element) & { Root: ({ children, className, layout, size, variant, ...props }: import("./color-swatch-picker").ColorSwatchPickerRootProps) => import("react/jsx-runtime").JSX.Element; Item: ({ children, className, ...props }: import("./color-swatch-picker").ColorSwatchPickerItemProps) => import("react/jsx-runtime").JSX.Element; Swatch: ({ className, ...props }: import("./color-swatch-picker").ColorSwatchPickerSwatchProps) => import("react/jsx-runtime").JSX.Element; Indicator: ({ children, className, ...props }: import("./color-swatch-picker").ColorSwatchPickerIndicatorProps & Omit>) => import("react/jsx-runtime").JSX.Element; }; export type ColorSwatchPicker = { Props: ComponentProps; RootProps: ComponentProps; ItemProps: ComponentProps; SwatchProps: ComponentProps; IndicatorProps: ComponentProps; }; export { ColorSwatchPickerRoot, ColorSwatchPickerItem, ColorSwatchPickerSwatch, ColorSwatchPickerIndicator, }; export type { ColorSwatchPickerRootProps, ColorSwatchPickerRootProps as ColorSwatchPickerProps, ColorSwatchPickerItemProps, ColorSwatchPickerSwatchProps, ColorSwatchPickerIndicatorProps, } from "./color-swatch-picker"; export { colorSwatchPickerVariants } from "@heroui/styles"; export type { ColorSwatchPickerVariants } from "@heroui/styles";