/**
 * Default ghost element factory for the igc-resize implementation.
 */
export declare function createDefaultGhostElement({ x, y, width, height, }: DOMRect): HTMLElement;
export declare function getDefaultLayer(): HTMLElement;
