type FavIconProps = {
    color: string;
};
export declare function FavIcon({ color }: FavIconProps): import("react/jsx-runtime").JSX.Element;
export {};
