import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; type SvgGuardianLiveLogoProps = { /** * 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-svgguardianlivelogo--default) • * [Design System](https://theguardian.design/2a1e5182b/p/8909e0-assets/t/05bdd0) • * [GitHub](https://github.com/guardian/csnx/tree/main/libs/@guardian/source/src/react-components/brand/SvgGuardianLiveLogo.tsx) • * [NPM](https://www.npmjs.com/package/@guardian/source) */ declare const SvgGuardianLiveLogo: ({ textColor, width, }: SvgGuardianLiveLogoProps) => _emotion_react_jsx_runtime.JSX.Element; export { SvgGuardianLiveLogo }; export type { SvgGuardianLiveLogoProps };