import { DateSegment as DateSegmentState } from "@react-stately/datepicker"; import { As, Options, Props } from "ariakit-utils/types"; import { TimeFieldBaseState } from "./timefield-base-state"; export declare const useTimeSegment: import("ariakit-utils").Hook>; export declare const TimeSegment: import("ariakit-utils").Component>; export declare type TimeSegmentOptions = Options & { segment: DateSegmentState; /** * Object returned by the `useTimeFieldBaseState` hook. */ state: TimeFieldBaseState; }; export declare type TimeSegmentProps = Props>;