/** * Base props supported by all components. */ export interface BaseProps { testID?: string; } //# sourceMappingURL=BaseProps.d.ts.map