interface ComponentInsertionHandlersProps { canvasRef: React.RefObject; send: (event: any) => void; } export declare const useComponentInsertionHandlers: ({ canvasRef, send }: ComponentInsertionHandlersProps) => void; export {}; //# sourceMappingURL=ComponentInsertionHandlers.d.ts.map