export declare const getGlobalClassName: (rootClass: any, options: any) => string;
export declare const getClassNameFactory: (rootClass: any, styles: any, { baseClass }?: {
    baseClass?: string | undefined;
}) => (options?: {}) => string;
//# sourceMappingURL=get-class-name-factory.d.ts.map