import type { ComponentProps } from "react"; import { ColorInputGroupInput, ColorInputGroupPrefix, ColorInputGroupRoot, ColorInputGroupSuffix } from "./color-input-group"; export declare const ColorInputGroup: (({ children, className, fullWidth, variant, ...props }: import("./color-input-group").ColorInputGroupRootProps) => import("react/jsx-runtime").JSX.Element) & { Root: ({ children, className, fullWidth, variant, ...props }: import("./color-input-group").ColorInputGroupRootProps) => import("react/jsx-runtime").JSX.Element; Input: ({ className, ...props }: import("./color-input-group").ColorInputGroupInputProps) => import("react/jsx-runtime").JSX.Element; Prefix: ({ children, className, ...props }: import("./color-input-group").ColorInputGroupPrefixProps & Omit>) => import("react/jsx-runtime").JSX.Element; Suffix: ({ children, className, ...props }: import("./color-input-group").ColorInputGroupSuffixProps & Omit>) => import("react/jsx-runtime").JSX.Element; }; export type ColorInputGroup = { Props: ComponentProps; RootProps: ComponentProps; InputProps: ComponentProps; PrefixProps: ComponentProps; SuffixProps: ComponentProps; }; export { ColorInputGroupInput, ColorInputGroupPrefix, ColorInputGroupRoot, ColorInputGroupSuffix }; export type { ColorInputGroupRootProps, ColorInputGroupRootProps as ColorInputGroupProps, ColorInputGroupInputProps, ColorInputGroupPrefixProps, ColorInputGroupSuffixProps, } from "./color-input-group"; export { colorInputGroupVariants } from "@heroui/styles"; export type { ColorInputGroupVariants } from "@heroui/styles";