import type { ILoaderTypes } from './Loader.types'; declare const Loader: ({ indicatorSize, indicatorColor, backgroundColor, text, textColor, backgroundImage, overlayColor, blurRadius, fontFamily, fontSize, }: ILoaderTypes) => import("react/jsx-runtime").JSX.Element; export default Loader; //# sourceMappingURL=Loader.d.ts.map