import { EmptyProps } from './Empty.types'; export declare const Empty: import('react').MemoExoticComponent<(props: EmptyProps) => import("react/jsx-runtime").JSX.Element>;