declare const CSS_CLASSES: {
    ROOT: string;
    ICON: string;
    LABEL: string;
    DENSE: string;
    RAISED: string;
    OUTLINED: string;
    UNELEVATED: string;
};
export { CSS_CLASSES };
