import React, { PropsWithChildren } from 'react'; import { BottomSheetProps } from '../types'; export declare const MockBottomSheet: ({ children, ...props }: PropsWithChildren) => React.JSX.Element;