/// import { EmptyProps } from "antd"; export interface PlusEmptyProps extends EmptyProps { } declare const PlusEmpty: ({ children, ...rest }: PlusEmptyProps) => JSX.Element; export { PlusEmpty }; //# sourceMappingURL=index.d.ts.map