export interface ILoaderTypes { indicatorColor?: string; indicatorSize?: 'large' | 'small'; backgroundColor?: string; text?: string; textColor?: string; backgroundImage?: any; overlayColor?: string; blurRadius?: number; fontFamily?: string; fontSize?: number; }