export declare const style: (namespace: string) => {
    bemClass: (id?: string) => string;
};
