/** * Base props supported by all components. */ export interface BaseProps { testID?: string; }