/// import { IntlShape } from "react-intl"; import { IReferencePoint, IUiConfig, ICustomError } from "../../interfaces/Visualization"; export declare const getDefaultXirrUiConfig: () => IUiConfig; export declare const getCustomError: ({ buckets }: Readonly, formatMessage: { (descriptor: import("react-intl").MessageDescriptor, values?: Record): string; (descriptor: import("react-intl").MessageDescriptor, values?: Record import("react").ReactElement import("react").Component)>) | (new (props: any) => import("react").Component)> | import("intl-messageformat").FormatXMLElementFn>): string | import("react").ReactNodeArray; }) => ICustomError; export declare const getXirrUiConfig: (referencePoint: IReferencePoint, intl: IntlShape) => IUiConfig;