import { FC } from "react"; export interface LogoProps { link?: string; title?: string; size?: number; } export declare const MainLogo: FC; //# sourceMappingURL=mainLogo.d.ts.map