import React from 'react'; import { ActionSheetProps } from '../../types/actionSheetTypes'; export declare const ActionSheet: ({ actions, cancelText, setVisible, showCancelButton, showIconOnIos, showCloseButton, description, theme: userTheme, title, visible, }: ActionSheetProps) => React.JSX.Element;