import { IconProps } from "../IconProps/IconProps";
export interface UploadingProcessProps extends IconProps {
    spin?: boolean;
}
