import { IconProps } from "../../icons/IconProps/IconProps";
import { LoaderProps } from "../LoaderProps";
export interface BasePreparingLoaderProps extends IconProps, LoaderProps {
}
