export declare const useNamespace: (block: string) => {
    namespace: string;
    b: (blockSuffix?: string) => string;
};
