export interface LoaderProps {
    size?: number;
    color?: string;
    speed?: number;
}
