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