import bemBlock from 'bem-cn-lite'; export declare type CnBlock = ReturnType; export declare type CnMods = Record; export declare const NAMESPACE = "yc-"; export declare function block(name: string): CnBlock;