import * as React from 'react'; import hoistNonReactStatic from 'hoist-non-react-statics'; import { ActionSheetProps } from './types'; export default function connectActionSheet(WrappedComponent: React.ComponentType): ((props: OwnProps) => JSX.Element) & hoistNonReactStatic.NonReactStatics, {}>;