import { As, Options, Props } from "ariakit-utils/types"; import { TimeFieldState } from "./timefield-state"; export declare const useTimeFieldLabel: import("ariakit-utils/types").Hook>; export declare const TimeFieldLabel: import("ariakit-utils/types").Component>; export declare type TimeFieldLabelOptions = Options & { /** * Object returned by the `useTimeFieldState` hook. */ state: TimeFieldState; }; export declare type TimeFieldLabelProps = Props>;