import { BEM } from './types'; /** * Generates BEM-compliant class names for the given `block` (or `element`) with modifiers. */ declare const bem: BEM; export { bem };