import { ShareOptions } from '../shared/native/types'; /** Native share sheet → Web Share API → copy to clipboard (+ toast). */ export declare function shareContent(options: ShareOptions): Promise; //# sourceMappingURL=share.d.ts.map