import type { GridStackNode, GridStackWidget as CoreGridStackWidget } from "gridstack"; export declare function installGridStackReactCallbacks(): void; /** @internal */ export declare function gsCreateReactComponents(parent: HTMLElement, w: CoreGridStackWidget, add: boolean, isGrid: boolean): HTMLElement | undefined; export declare function gsSaveAdditionalReactInfo(node: GridStackNode, w: CoreGridStackWidget): void; export declare function gsUpdateReactComponents(node: GridStackNode): void; //# sourceMappingURL=registry.d.ts.map