Version: 0.3.00.3.10.4.01.0.01.0.11.0.21.1.01.1.22.0.1-02.0.1-12.0.12.1.03.0.03.0.13.0.23.0.33.1.03.2.03.3.03.3.13.3.23.4.03.4.13.5.03.6.03.7.03.8.03.9.03.10.03.11.03.12.03.13.03.14.04.0.0-rc.04.0.0-rc.14.0.04.0.14.1.0
import * as React from 'react';
import { ActionSheetProps } from './types';
export default function connectActionSheet<OwnProps = any>(WrappedComponent: React.ComponentType<OwnProps & ActionSheetProps>): React.FunctionComponent<OwnProps>;