import { ActionSheetIOSOptions } from 'react-native'; declare const _default: { showActionSheetWithOptions(config: ActionSheetIOSOptions, callback: (index: number) => void): void; showShareActionSheetWithOptions(config: any, failureCallback?: ((arg0: any) => void) | undefined, successCallback?: ((arg0: boolean, activityType?: string | undefined) => void) | undefined): void; close(): void; }; export default _default;