declare type HandlePositioningProps = { previousIds?: string[]; id: string; reset?: boolean; containerId: string; }; export declare const resetThresholdHeight: (threshold: HTMLElement | null) => void; export declare const handlePositioning: (props: HandlePositioningProps) => void; export {}; //# sourceMappingURL=handlePositioning.d.ts.map