import type { PropFunction } from "@builder.io/qwik"; type Props = { onDragStart$?: PropFunction<() => void>; onDragEnd$?: PropFunction<() => void>; }; export declare const TileTemplate: import("@builder.io/qwik").Component; export {};