import { LoaderHeightWidthRadiusProps } from "./helpers/props";
declare function ScaleLoader({ loading, color, speedMultiplier, cssOverride, height, width, radius, margin, ...additionalprops }: LoaderHeightWidthRadiusProps): JSX.Element | null;
export default ScaleLoader;
