import type { EmptyProps } from './types'; import { SIMPLE_IMG } from './vars'; export declare const Empty: { (props: EmptyProps): React.ReactElement | null; SIMPLE_IMG: typeof SIMPLE_IMG; };