import { SVATraits } from 'jade-garden'; /** * **Date Field** * @description Enables users to input specific dates within a designated field. * @see [source](https://www.bits-ui.com/docs/components/date-field#api-reference) */ export declare const slots: readonly ["root", "input", "label", "segment"]; /** * **Date Field** * @description Enables users to input specific dates within a designated field. * @see [source](https://www.bits-ui.com/docs/components/date-field#api-reference) */ export type Slots = (typeof slots)[number]; /** * **Date Field** * @description Enables users to input specific dates within a designated field. * @see [source](https://www.bits-ui.com/docs/components/date-field#api-reference) */ export type Traits = SVATraits;