export type EmptyStateType = 'collection-empty' | 'no-results'; export declare const emptyStateVariants: (props?: ({ type?: "collection-empty" | "no-results" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string;