import type { SFCWithInstall } from '../_util/interface';
import Empty from './empty.vue';
type EmptyType = SFCWithInstall<typeof Empty>;
export { emptyProps } from './props';
export type { EmptyProps } from './props';
export declare const FEmpty: EmptyType;
export default FEmpty;