import type { ComponentProps } from "react"; import { DateInputGroupInput, DateInputGroupInputContainer, DateInputGroupPrefix, DateInputGroupRoot, DateInputGroupSegment, DateInputGroupSuffix } from "./date-input-group"; export declare const DateInputGroup: (({ children, className, fullWidth, variant, ...props }: import("./date-input-group").DateInputGroupRootProps) => import("react/jsx-runtime").JSX.Element) & { Root: ({ children, className, fullWidth, variant, ...props }: import("./date-input-group").DateInputGroupRootProps) => import("react/jsx-runtime").JSX.Element; Input: ({ className, ...props }: import("./date-input-group").DateInputGroupInputProps) => import("react/jsx-runtime").JSX.Element; InputContainer: ({ children, className, ...props }: import("./date-input-group").DateInputGroupInputContainerProps & Omit>) => import("react/jsx-runtime").JSX.Element; Segment: ({ className, segment, ...props }: import("./date-input-group").DateInputGroupSegmentProps) => import("react/jsx-runtime").JSX.Element; Prefix: ({ children, className, ...props }: import("./date-input-group").DateInputGroupPrefixProps & Omit>) => import("react/jsx-runtime").JSX.Element; Suffix: ({ children, className, ...props }: import("./date-input-group").DateInputGroupSuffixProps & Omit>) => import("react/jsx-runtime").JSX.Element; }; export type DateInputGroup = { Props: ComponentProps; RootProps: ComponentProps; InputProps: ComponentProps; InputContainerProps: ComponentProps; SegmentProps: ComponentProps; PrefixProps: ComponentProps; SuffixProps: ComponentProps; }; export { DateInputGroupInput, DateInputGroupInputContainer, DateInputGroupPrefix, DateInputGroupRoot, DateInputGroupSegment, DateInputGroupSuffix, }; export type { DateInputGroupRootProps, DateInputGroupRootProps as DateInputGroupProps, DateInputGroupInputProps, DateInputGroupInputContainerProps, DateInputGroupSegmentProps, DateInputGroupPrefixProps, DateInputGroupSuffixProps, } from "./date-input-group"; export { dateInputGroupVariants } from "@heroui/styles"; export type { DateInputGroupVariants } from "@heroui/styles";