import { BEM, CSSModule } from './types'; /** * Generates a `bem`-compliant function which maps the resulting class names to the given * `cssModuleLocals` map. */ declare const bemModule: (styles?: CSSModule) => BEM; export { bemModule };