import { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react'; type LogoProps = Omit, 'viewBox'>; export declare const Logo: ForwardRefExoticComponent & RefAttributes>; export declare const LogoIcon: ForwardRefExoticComponent & RefAttributes>; export {};