export interface ActivityIndicatorPropTypes { animating?: boolean; toast?: boolean; text?: string; }