import * as React from 'react'; import { ActionSheetProps } from './types'; export default function connectActionSheet(WrappedComponent: React.ComponentType): React.FunctionComponent;