/** * BEM factory for sdk-ui-ext * * @internal */ export declare const bem: (block: `gd-ui-ext-${string}`) => { b: (props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string; e: (element: string, props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string; }; //# sourceMappingURL=bem.d.ts.map