interface LogoProps { width?: number; height?: number; } export default function Logo({ width, height }: LogoProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Logo.d.ts.map