import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; type SvgGuardianLogoProps = { /** * The text colour. * * This should probably come from * [`@guardian/src-foundation`](https://theguardian.design/2a1e5182b/p/2668c8-code). */ textColor?: string; /** * 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-svgguardianlogo--default) • * [Design System](https://theguardian.design/2a1e5182b/p/8909e0-assets/t/184eb9) • * [GitHub](https://github.com/guardian/csnx/tree/main/libs/@guardian/source/src/react-components/brand/SvgGuardianLogo.tsx) • * [NPM](https://www.npmjs.com/package/@guardian/source) * * The Guardian logo. */ declare const SvgGuardianLogo: ({ textColor, width }: SvgGuardianLogoProps) => _emotion_react_jsx_runtime.JSX.Element; export { SvgGuardianLogo }; export type { SvgGuardianLogoProps };