/// import Vuetify from 'vuetify/lib'; import type { Framework, UserVuetifyPreset } from 'vuetify'; import type { Breakpoint } from 'vuetify/types/services/breakpoint'; import type { Theme } from 'vuetify/types/services/theme'; /** Create Vuetify Instance */ export declare function createVuetify(options?: UserVuetifyPreset): Vuetify; /** Vuetify Instance */ export declare function useVuetify(): Framework; /** Use Display */ export declare function useDisplay(): Breakpoint; /** Theme */ export declare function useTheme(): Theme; //# sourceMappingURL=vuetify.d.ts.map