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