export declare const CSS: {
    container: string;
    contentWrapper: string;
    header: string;
    footer: string;
    heading: string;
    description: string;
    checkboxWrapper: string;
    checkboxWrapperDeprecated: string;
    thumbnailWrapper: string;
    headerTextContainer: string;
    cardContent: string;
    hasSlottedContent: string;
};
export declare const SLOTS: {
    thumbnail: string;
    heading: string;
    description: string;
    footerStart: string;
    footerEnd: string;
    title: string;
    subtitle: string;
};
export declare const ICONS: {
    readonly selected: "check-square-f";
    readonly unselected: "square";
    readonly selectedSingle: "circle-f";
    readonly unselectedSingle: "circle";
};
