import { DeepPartial, Theme } from '@directus/types';
import { MaybeRef } from 'vue';
export declare const useFonts: (theme: MaybeRef<Theme | DeepPartial<Theme>>) => {
    googleFonts: import('vue').ComputedRef<string[]>;
};
