import { type ImgProps } from '../Img'; export interface FaviconProps extends ImgProps { url?: string; domain?: string; size?: number; } export declare const Favicon: React.FC;