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