import type { ActionSheetProps } from './ActionSheet.types'; export declare function ActionSheet({ isOpen, onClose, title, description, actions, showCancelButton, cancelLabel, onCancel, closeOnBackdropClick, dragHandle, panelClass, containerClass, }: ActionSheetProps): import("react/jsx-runtime").JSX.Element; export declare namespace ActionSheet { var displayName: string; }