import type { TextShortcut } from '../types'; export declare const ENRICHED_TEXT_INPUT_DEFAULT_PROPS: { readonly mentionIndicators: readonly ["@"]; readonly editable: true; readonly htmlStyle: {}; readonly autoCapitalize: "sentences"; readonly scrollEnabled: true; readonly androidExperimentalSynchronousEvents: false; readonly useHtmlNormalizer: false; readonly allowFontScaling: true; readonly textShortcuts: TextShortcut[]; }; //# sourceMappingURL=EnrichedTextInputDefaultProps.d.ts.map