export interface CircularProgressProps {
    dark?: boolean;
    size?: number | string;
    thickness?: number;
}
