import * as React from 'react'; import type { HTMLProps } from '../utils/utilityTypes'; import type { BaseActionSheetItemProps } from './interface'; export declare type ActionSheetItemProps = BaseActionSheetItemProps & HTMLProps; declare const ActionSheetItem: React.ForwardRefExoticComponent & React.RefAttributes>; export default ActionSheetItem;