import { Optional } from '@ephox/katamari'; import { SugarPosition } from '@ephox/sugar'; import type { AlloyComponent } from '../../api/component/ComponentApi'; import type { SnapsConfig } from '../common/DraggingTypes'; declare const get: (component: AlloyComponent, snapsInfo: SnapsConfig) => Optional; declare const set: (component: AlloyComponent, snapsInfo: SnapsConfig, pt: SugarPosition) => void; declare const clear: (component: AlloyComponent, snapsInfo: SnapsConfig) => void; export { get, set, clear }; //# sourceMappingURL=Presnaps.d.ts.map