/// <reference types="react" />
import { type DivProps } from "../../types";
export type DraggablePanelContainerProps = DivProps;
declare const DraggablePanelContainer: import("react").NamedExoticComponent<DivProps>;
export default DraggablePanelContainer;
