import type { AlloyComponent } from '../../api/component/ComponentApi'; declare const getMinXBounds: (component: AlloyComponent) => number; declare const getMaxXBounds: (component: AlloyComponent) => number; declare const getMinYBounds: (component: AlloyComponent) => number; declare const getMaxYBounds: (component: AlloyComponent) => number; declare const getXScreenRange: (component: AlloyComponent) => number; declare const getYScreenRange: (component: AlloyComponent) => number; declare const getXCenterOffSetOf: (component: AlloyComponent, spectrum: AlloyComponent) => number; declare const getYCenterOffSetOf: (component: AlloyComponent, spectrum: AlloyComponent) => number; export { getMinXBounds, getMaxXBounds, getMinYBounds, getMaxYBounds, getXScreenRange, getYScreenRange, getXCenterOffSetOf, getYCenterOffSetOf }; //# sourceMappingURL=SliderOffsets.d.ts.map