import { ActionSheetOptions } from '../shared/native/types'; /** * Native action sheet. Resolves the chosen option index, or `null` when the * native sheet is unavailable (the caller must render its web fallback sheet). */ export declare function showNativeActionSheet(options: ActionSheetOptions): Promise; //# sourceMappingURL=actionSheet.d.ts.map