import { Ref } from 'vue';
import { StateType } from '../models/StateType';
export declare function useFavicon(stateType: StateType | null | Ref<StateType | null | undefined>): void;
