export type DateTimeVariant = "date" | "date-short" | "datetime" | "time" | "date-range" | "month-year" | "relative"; export declare const dateTimeVariants: (props?: ({ variant?: "relative" | "time" | "date" | "datetime" | "date-short" | "date-range" | "month-year" | null | undefined; tone?: "default" | "muted" | null | undefined; size?: "sm" | "lg" | "md" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map