import { EmptyProps } from './empty.type'; declare const Empty: (props: EmptyProps) => import("react/jsx-runtime").JSX.Element; export default Empty; //# sourceMappingURL=empty.d.ts.map