// GlobalComponents for Volar declare module 'vue' { export interface GlobalComponents { FxPageTbale: typeof import('pc-fx-framework')['FxPageTbale'] FxFileUpload: typeof import('pc-fx-framework')['FxFileUpload'] FxPageDetail: typeof import('pc-fx-framework')['FxPageDetail'] FxPanelTableList: typeof import('pc-fx-framework')['FxPanelTableList'] FxVPanel: typeof import('pc-fx-framework')['FxVPanel'] FxVModal: typeof import('pc-fx-framework')['FxVModal'] FxVColumnChart: typeof import('pc-fx-framework')['FxVColumnChart'] FxVSpireColumnChart: typeof import('pc-fx-framework')['FxVSpireColumnChart'] FxVPieChart: typeof import('pc-fx-framework')['FxVPieChart'] FxVRosePieChart: typeof import('pc-fx-framework')['FxVRosePieChart'] FxVScrollingBarChart: typeof import('pc-fx-framework')['FxVScrollingBarChart'] FxVScrollingListChart: typeof import('pc-fx-framework')['FxVScrollingListChart'] FxVPyramidChart: typeof import('pc-fx-framework')['FxVPyramidChart'] } } export {}