import { FC } from 'react'; import { IEmptyProps } from './types'; declare const Empty: FC; export default Empty; //# sourceMappingURL=Empty.d.ts.map