import React from 'react'; import { ActionSheetProps } from './PropsType'; declare const ActionSheet: React.FC; export default ActionSheet;