1 | /// <reference types="react" />
|
2 | import { LoaderHeightWidthRadiusProps } from "./helpers/props";
|
3 | declare function ScaleLoader({ loading, color, speedMultiplier, cssOverride, height, width, radius, margin, ...additionalprops }: LoaderHeightWidthRadiusProps): JSX.Element | null;
|
4 | export default ScaleLoader;
|