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