import { type EnhancedComponent } from '../../utils'; import _Loading from './loading.vue'; export declare const Loading: EnhancedComponent; export default Loading; export type { LoadingProps, LoadingSlots } from './common';