export function ErrorIllustration({ theme, size, alt, ...rest }: {
    [x: string]: any;
    theme: any;
    size: any;
    alt: any;
}): React.JSX.Element;
export namespace ErrorIllustration {
    namespace propTypes {
        let alt: PropTypes.Validator<string>;
        let size: PropTypes.Requireable<string>;
        let theme: PropTypes.Requireable<string>;
    }
}
export default ErrorIllustration;
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=ErrorIllustration.d.ts.map