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