declare module 'vue' { export interface GlobalComponents { UTable: typeof import('../components/index')['Table']; UModal: typeof import('../components/index')['Modal']; UForm: typeof import('../components/index')['Form']; UIcon: typeof import('../components/index')['Icon']; UModalForm: typeof import('../components/index')['ModalForm']; UStepForm: typeof import('../components/index')['StepForm']; UColorPicker: typeof import('../components/index')['ColorPicker']; UDrawerForm: typeof import('../components/index')['DrawerForm']; UMenuOverlay: typeof import('../components/index')['MenuOverlay']; UDescriptions: typeof import('../components/index')['Description']; UUpload: typeof import('../components/index')['Upload']; } } export {};