import { type ClientRect } from '../utils'; export declare function toggleElementDragStyle(ele: HTMLElement, enable: boolean): void; export declare function toggleElementDragVisibility(element: HTMLElement, enable: boolean, importantProperties?: Set<'position' | 'top' | 'opacity' | 'left'>): void; export declare function getTransform(x: number, y: number): string; export declare function matchElementSize(target: HTMLElement, sourceRect: ClientRect): void; //# sourceMappingURL=style.d.ts.map