import { Ref } from 'vue';
export default function useFavicon(href?: string | Ref<string | undefined>): void;
