import { showActionSheet } from '../redux/reducers/dialog';
export declare function connectActionSheet(WrappedComponent: any): any;
export interface ConnectedPropsAndroid {
    sheetVisible: boolean;
    showActionSheet: typeof showActionSheet;
}
export interface ActionSheetNativeProps {
    connectedShowActionSheet: Function;
}
export interface ConnectedPropsIos {
    showActionSheet: typeof showActionSheet;
}
