import * as react_jsx_runtime from 'react/jsx-runtime'; interface VarnishLogoProps { width?: string | number; height?: string | number; } /** * Component that renders the text portion of the Varnish2 Logo. */ declare function VarnishLogo(props: VarnishLogoProps): react_jsx_runtime.JSX.Element; export { VarnishLogo, type VarnishLogoProps };