export {} declare module 'vue' { export interface GlobalComponents { YkPositionAnchor: typeof import('mrxy-yk/components')['PositionAnchor'] YkProgressRing: typeof import('mrxy-yk/components')['ProgressRing'] YkAdaptiveBox: typeof import('mrxy-yk/components')['AdaptiveBox'] YkCoordinatePickup: typeof import('mrxy-yk/components')['CoordinatePickup'] YkInBody: typeof import('mrxy-yk/components')['InBody'] YkDragDropBox: typeof import('mrxy-yk/components')['DragDropBox'] YkDragDropContainer: typeof import('mrxy-yk/components')['DragDropContainer'] YkProgressBar: typeof import('mrxy-yk/components')['ProgressBar'] YkYsVideo: typeof import('mrxy-yk/components')['YsVideo'] YkShowLog: typeof import('mrxy-yk/components')['ShowLog'] YkEChartsCanvas: typeof import('mrxy-yk/components')['EChartsCanvas'] YkScrollContainer: typeof import('mrxy-yk/components')['ScrollContainer'] YkElDatePicker: typeof import('mrxy-yk/components')['ElDatePicker'] YkExportLink: typeof import('mrxy-yk/components')['ExportLink'] YkEmpty: typeof import('mrxy-yk/components')['Empty'] YkElFormDialog: typeof import('mrxy-yk/components')['ElFormDialog'] YkElPagination: typeof import('mrxy-yk/components')['ElPagination'] YkElUploadImages: typeof import('mrxy-yk/components')['ElUploadImages'] YkElUploadFiles: typeof import('mrxy-yk/components')['ElUploadFiles'] YkElSelectFile: typeof import('mrxy-yk/components')['ElSelectFile'] YkElImages: typeof import('mrxy-yk/components')['ElImages'] YkElTableColumn: typeof import('mrxy-yk/components')['ElTableColumn'] } export interface GlobalDirectives { vRefHeight: typeof import('mrxy-yk/directives')['RefHeight'] } }