import React from 'react'; import type { BottomSheetDefaultFooterProps } from './types'; declare function BottomSheetFooterComponent({ animatedFooterPosition, bottomInset, style, children, }: BottomSheetDefaultFooterProps): JSX.Element | null; declare const BottomSheetFooter: React.MemoExoticComponent; export default BottomSheetFooter;