export declare const useI18n: () => {
    t(key: string, translateOptions?: {
        props?: Record<string, any>;
        omitEmpty?: boolean;
    }): string;
};
