import { type IWrapCreatePanelItemWithDragInnerProps, type IWrapCreatePanelItemWithDragProps } from "./types.js"; /** /** * @internal */ export declare function WrapCreatePanelItemWithDrag(props: IWrapCreatePanelItemWithDragProps): import("react/jsx-runtime").JSX.Element; /** * @internal */ export declare function useWrapCreatePanelItemWithDrag(props: IWrapCreatePanelItemWithDragProps): IWrapCreatePanelItemWithDragInnerProps; //# sourceMappingURL=WrapCreatePanelItemWithDrag.d.ts.map