export interface LoaderCircleProps {
    size: number;
    color?: string;
}
