import React from 'react'; import { ActionSheetItemProps } from './ActionSheetItem.types'; import './ActionSheetItem.less'; declare const ActionSheetItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default ActionSheetItem;