import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; type SvgRoundelBrandInverseProps = { /** * The width the SVG will display at (height is automatically adjusted * to maintain the correct aspect ratio). */ width?: number; }; /** * [Storybook](https://guardian.github.io/storybooks/?path=/story/source_react-components-svgroundelbrandinverse--default) • * [Design System](https://theguardian.design/2a1e5182b/p/8909e0-assets/t/37168b) • * [GitHub](https://github.com/guardian/csnx/tree/main/libs/@guardian/source/src/react-components/brand/SvgRoundelBrandInverse.tsx) • * [NPM](https://www.npmjs.com/package/@guardian/source) */ declare const SvgRoundelBrandInverse: (args: SvgRoundelBrandInverseProps) => _emotion_react_jsx_runtime.JSX.Element; export { SvgRoundelBrandInverse }; export type { SvgRoundelBrandInverseProps };