import { BemItem } from '../models';
export declare function useBem(name: string, hyphenate?: boolean): ({ b, e, m }: BemItem) => string[];
