export type LoaderTypes = {
    speed?: number;
    color?: string;
    className?: string;
    size?: number;
};
export type AdditionLoaderTypes = {
    stroke?: string;
};
