interface IBaseLoaderProps { isLoading: boolean; size: number; color?: string | null; isCentered?: boolean; } export type { IBaseLoaderProps };