export declare const classes: {
    readonly root: (props?: {
        readonly skin?: false | "outline" | "filled" | "standard" | "shadow" | null | undefined;
    } & {
        disabled?: boolean | null | undefined;
        hasPadding?: boolean | null | undefined;
    }, ...classes: (string | false | null | undefined)[]) => string;
    readonly element: (name: "clickableOverlay", ...classes: (string | false | null | undefined)[]) => string;
    readonly slot: (name: "clickableOverlay") => string;
    readonly variant: <V extends "skin">(name: V, value: {
        readonly skin: readonly ["standard", "shadow", "outline", "filled"];
    }[V][number]) => string;
    readonly state: (name: "disabled" | "hasPadding") => string;
    readonly block: string;
};
//# sourceMappingURL=ClickableCard.classes.d.ts.map