import { DateSegment as DateSegmentState } from "@react-stately/datepicker"; import { As, Options, Props } from "ariakit-utils/types"; import { DateFieldBaseState } from "./datefield-base-state"; export declare const useDateSegment: import("ariakit-utils").Hook>; export declare const DateSegment: import("ariakit-utils").Component>; export declare type DateSegmentOptions = Options & { segment: DateSegmentState; /** * Object returned by the `useDateFieldBaseState` hook. */ state: DateFieldBaseState; }; export declare type DateSegmentProps = Props>;