import { SVATraits } from 'jade-garden'; /** * **Range Calendar** * @description Presents a calendar view tailored for selecting date ranges. * @see [source](https://www.bits-ui.com/docs/components/range-calendar#api-reference) */ export declare const slots: readonly ["root", "day", "cell", "grid", "gridBody", "gridHead", "headCell", "gridRow", "header", "heading", "nextButton", "prevButton"]; /** * **Range Calendar** * @description Presents a calendar view tailored for selecting date ranges. * @see [source](https://www.bits-ui.com/docs/components/range-calendar#api-reference) */ export type Slots = (typeof slots)[number]; /** * **Range Calendar** * @description Presents a calendar view tailored for selecting date ranges. * @see [source](https://www.bits-ui.com/docs/components/range-calendar#api-reference) */ export type Traits = SVATraits;