export declare const itemVariants: (props?: ({
    variant?: "default" | "dark" | "subtle" | null | undefined;
    density?: "compact" | "comfortable" | null | undefined;
    bordered?: boolean | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
