export declare const Empty: { (props: any): JSX.Element; displayName: string; }; export default Empty;