import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; type SvgRoundelDefaultProps = { /** * 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-svgroundeldefault--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/SvgRoundelDefault.tsx) • * [NPM](https://www.npmjs.com/package/@guardian/source) */ declare const SvgRoundelDefault: (args: SvgRoundelDefaultProps) => _emotion_react_jsx_runtime.JSX.Element; export { SvgRoundelDefault }; export type { SvgRoundelDefaultProps };