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: any;
        let errorCodeLabel: any;
        let links: any;
        let title: any;
    }
}
import React from 'react';
declare const componentName: "HTTPErrorContent";
export {};
