import { BottomSheetsProps } from "../types";
declare const BottomSheets: ({ sheets, ...props }: BottomSheetsProps) => import("react/jsx-runtime").JSX.Element;
export default BottomSheets;
