import { QRL, Signal } from "@builder.io/qwik"; import { CellAction } from "./Cell"; type Props = { onDrop$: QRL<(type: "grid" | "flex") => void>; selectedCell: Signal; }; export declare const SectionDropzone: import("@builder.io/qwik").Component; export {};