import { PropsWithChildren, ReactNode, RefObject } from 'react'; import { BottomSheetBodyProps } from './components/bottomSheetBody/types'; import { BottomSheetFooterProps } from './components/bottomSheetFooter/types'; import { BottomSheetHeaderProps } from './components/bottomSheetHeader/types'; import { ButtonSheetImageProps } from './components/bottomSheetImage/types'; export declare type HeaderModifiersControlsVariantProps = 'default' | 'close'; export declare type HeaderModifiersContentsVariantProps = 'default' | 'empty' | 'withIcon'; export declare type BottomSheetPropsPositionVariantProps = 'left' | 'right' | 'center'; export declare type BottomSheetProps = PropsWithChildren; id?: string; onPullTabClick?: () => void; }>; export declare type BottomSheetWrapperProps = Pick; export declare type PullTabProps = Pick; export declare type HeaderWrapperProps = Pick; export declare type OverlayProps = Pick; export declare type InnerWrapperProps = Pick;