/** * Returns the namespace prefix for all Blueprint CSS classes. * Customize this namespace at build time by defining it with `webpack.DefinePlugin`. */ export declare function getClassNamespace(): string; export declare const BOX: string;