import { BoxProps } from '../../Box'; export interface ActionSheetContainerProps extends Pick { onClose: () => void; } export declare const ActionSheetContainer: ({ children, onClose }: ActionSheetContainerProps) => JSX.Element;