import { ChakraProps } from '@chakra-ui/react'; import { MutableRefObject, PropsWithChildren } from 'react'; import { BottomSheetProps as ReactSpringBottomSheetProps, BottomSheetRef as ReactSpringBottomSheetRef } from 'react-spring-bottom-sheet'; type BottomSheetRef = MutableRefObject; type BottomSheetProps = PropsWithChildren void; }>; declare function BottomSheet({ children, refChanged, ...props }: BottomSheetProps): import("react").JSX.Element; export type { BottomSheetProps, BottomSheetRef }; export { BottomSheet };