export function HTTPErrorContent({ description, errorCodeLabel, title, links, }: { description: any; errorCodeLabel: any; title: any; links: any; }): React.JSX.Element; export namespace HTTPErrorContent { export { componentName as displayName }; export namespace propTypes { let description: import("prop-types").Validator; let errorCodeLabel: import("prop-types").Validator; let links: import("prop-types").Requireable<(import("prop-types").InferProps | null | undefined)[]>; let title: import("prop-types").Validator; } } import React from 'react'; declare const componentName: "HTTPErrorContent"; export {}; //# sourceMappingURL=HTTPErrorContent.d.ts.map