import React from "react";
export default function LoadingImg({ type, }: {
    type?: "primary" | "secondary" | "subtle";
}): React.JSX.Element;
