import { SVGIconProps } from '../../DataDisplay/Icon/SVGIcon'; export interface LogoProps extends SVGIconProps { hover?: boolean; ariaLabel?: string; } export declare const Logo: ({ hover, ariaLabel, ...props }: LogoProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Logo.d.ts.map