export interface LoaderProps { size?: 'small' | 'large' | number; color?: string; message?: string; }