type Element = `__${Uncapitalize}`; type Modifier = `--${Uncapitalize}`; /** * This function returns another function that just wraps the classNames * function, but adds typesafety to ensure (as far as possible) that the classes * follow the BEM convention, with respect to the given block. */ export declare function getBem>(_block: Block): (...args: Array) => string; export {};