import React from 'react';
import type { InterfaceActionsheetItemProps } from './types';
export declare const ActionsheetContext: React.Context<any>;
export declare function ActionsheetItem<T>(StyledActionsheetItem: React.ComponentType<T>): React.ForwardRefExoticComponent<InterfaceActionsheetItemProps & React.RefAttributes<unknown>>;
