import { HTMLAttributes } from 'react';
/**
 * Loader shows a centered spinning indicator inside a container.
 *
 * @param props - Optional div HTML attributes.
 * @returns {JSX.Element} A loader component with a spinning indicator.
 */
declare const Loader: (props?: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
export default Loader;
//# sourceMappingURL=Loader.d.ts.map