import React from 'react'; import { ActionSheetContextValue } from './ActionSheet.types'; declare const ActionSheetContext: React.Context; export default ActionSheetContext;