export declare const calendarVariants: (props?: ({
    variant?: "dark" | "light" | null | undefined;
    density?: "compact" | "comfortable" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export declare const dayButtonVariants: (props?: ({
    variant?: "dark" | "light" | null | undefined;
    density?: "compact" | "comfortable" | null | undefined;
    isSelected?: boolean | null | undefined;
    isToday?: boolean | null | undefined;
    isOutside?: boolean | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
