interface Props { source: string; } export declare function Favicon({ source }: Props): null; export {}; //# sourceMappingURL=Favicon.d.ts.map