/// import { type DivProps } from "../../types"; export type DraggablePanelFooterProps = DivProps; declare const DraggablePanelFooter: import("react").NamedExoticComponent; export default DraggablePanelFooter;