import type { EmptyProps } from './empty.d'; export declare function Empty(props: EmptyProps): import("react/jsx-runtime").JSX.Element; export default Empty;