interface OpenSmsInterface { displaySMSComposerSheet(props: { body: string; recipients: string[]; }): Promise; Types: { [key: string]: string; }; } declare const _default: OpenSmsInterface; export default _default;