export function HTTPErrorSvg403({ className, title }: { className: any; title: any; }): React.JSX.Element; export namespace HTTPErrorSvg403 { namespace propTypes { export { string as className }; export { string as title }; } } import React from 'react'; import { string } from 'prop-types'; //# sourceMappingURL=HTTPErrorSvg403.d.ts.map