import { type IntlShape } from "react-intl"; import { type IReferencePoint, type IUiConfig } from "../../interfaces/Visualization.js"; export declare const getDefaultXirrUiConfig: () => IUiConfig; export declare const getXirrUiConfig: (referencePoint: IReferencePoint, intl: IntlShape) => IUiConfig; //# sourceMappingURL=xirrUiConfigHelper.d.ts.map