export interface ActivityIndicatorPropTypes {
    animating?: boolean;
    toast?: boolean;
    size?: 'large' | 'small';
    text?: string;
}
