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<string>;
        let errorCodeLabel: import("prop-types").Validator<string>;
        let links: import("prop-types").Requireable<import("prop-types").InferProps<any>[]>;
        let title: import("prop-types").Validator<string>;
    }
}
import React from 'react';
declare const componentName: "HTTPErrorContent";
export {};
//# sourceMappingURL=HTTPErrorContent.d.ts.map