import * as React from 'react'; export declare class ImageEmpty extends React.Component<{}, {}> { constructor(props: any); render(): JSX.Element; }