/// <reference types="react" />
export default function LoadingImg({ type, }: {
    type?: "primary" | "secondary" | "subtle";
}): JSX.Element;
