import { type VariantProps } from "class-variance-authority"; export declare const statusDotVariants: (props?: ({ status?: "green" | "gray" | "red" | "yellow" | null | undefined; size?: "sm" | "md" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type StatusDotProps = VariantProps; //# sourceMappingURL=variants.d.ts.map