import { type VariantProps } from "class-variance-authority"; /** Centered container for the empty-state message block. */ export declare const emptyStateVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** * Icon slot above the title. `default` is a muted inline glyph; `tinted` * wraps the icon in a soft circular chip using the persistent-emphasis * `selected` tokens. */ export declare const emptyStateIconVariants: (props?: ({ variant?: "default" | "tinted" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type EmptyStateIconVariantProps = VariantProps; export type EmptyStateVariant = NonNullable; //# sourceMappingURL=variants.d.ts.map