import { FunctionComponent } from "react";
interface IDraggableBottomDrawerProps {
backgroundColor?: string;
startOpen?: boolean;
}
declare const DraggableBottomDrawer: FunctionComponent<IDraggableBottomDrawerProps>;
export default DraggableBottomDrawer;