import { type IntlShape } from "react-intl"; import { type IExtendedReferencePoint, type IUiConfig } from "../../interfaces/Visualization.js"; export declare const getDefaultRepeaterUiConfig: () => IUiConfig; export declare function setRepeaterUiConfig(referencePoint: IExtendedReferencePoint, intl: IntlShape): IExtendedReferencePoint; export declare const configRepeaterBuckets: (extendedReferencePoint: IExtendedReferencePoint) => IExtendedReferencePoint; //# sourceMappingURL=repeaterUiConfigHelper.d.ts.map