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