import { StyledClassName } from './types/StyledClassName'; import { IStyle } from './types/IStyle'; export declare function _getStyledClassName(style: IStyle, scope: string | undefined, otherClassName: string | undefined): string & Required;