import { default as React } from 'react'; type LogoProps = { children?: React.ReactNode; img?: string; href?: string; component?: React.ElementType; }; export declare const AMLogo: ({ children, img, href, component, }: LogoProps) => import("react/jsx-runtime").JSX.Element; export {};