interface Props { className?: string; loading?: 'lazy' | 'eager'; priority?: 'auto' | 'high' | 'low'; alt?: string; src?: string; } export declare const Logo: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};