import type { VariantProps } from "tailwind-variants";
export declare const calendarVariants: import("tailwind-variants").TVReturnType<{}, {
    /** Root calendar container */
    base: string;
    /** Calendar cell (td) */
    cell: string;
    /** Cell indicator (small dot at bottom of cell) */
    cellIndicator: string;
    /** Calendar grid (table) */
    grid: string;
    /** Grid body (tbody) */
    gridBody: string;
    /** Grid header (thead) */
    gridHeader: string;
    /** Grid row (tr) */
    gridRow: string;
    /** Calendar header containing heading and navigation */
    header: string;
    /** Header cell (th - day names) */
    headerCell: string;
    /** Month/year heading text */
    heading: string;
    /** Previous/Next navigation button */
    navButton: string;
    /** Navigation button icon */
    navButtonIcon: string;
}, undefined, {}, {
    /** Root calendar container */
    base: string;
    /** Calendar cell (td) */
    cell: string;
    /** Cell indicator (small dot at bottom of cell) */
    cellIndicator: string;
    /** Calendar grid (table) */
    grid: string;
    /** Grid body (tbody) */
    gridBody: string;
    /** Grid header (thead) */
    gridHeader: string;
    /** Grid row (tr) */
    gridRow: string;
    /** Calendar header containing heading and navigation */
    header: string;
    /** Header cell (th - day names) */
    headerCell: string;
    /** Month/year heading text */
    heading: string;
    /** Previous/Next navigation button */
    navButton: string;
    /** Navigation button icon */
    navButtonIcon: string;
}, import("tailwind-variants").TVReturnType<{}, {
    /** Root calendar container */
    base: string;
    /** Calendar cell (td) */
    cell: string;
    /** Cell indicator (small dot at bottom of cell) */
    cellIndicator: string;
    /** Calendar grid (table) */
    grid: string;
    /** Grid body (tbody) */
    gridBody: string;
    /** Grid header (thead) */
    gridHeader: string;
    /** Grid row (tr) */
    gridRow: string;
    /** Calendar header containing heading and navigation */
    header: string;
    /** Header cell (th - day names) */
    headerCell: string;
    /** Month/year heading text */
    heading: string;
    /** Previous/Next navigation button */
    navButton: string;
    /** Navigation button icon */
    navButtonIcon: string;
}, undefined, unknown, unknown, undefined>>;
export type CalendarVariants = VariantProps<typeof calendarVariants>;
//# sourceMappingURL=calendar.styles.d.ts.map