import * as React from "react";
import type { Props } from "./types";
declare const Loading: {
    ({ loading, asComponent, type, text, children, dataTest, customSize, title, id, ariaHidden, }: Props): React.JSX.Element;
    displayName: string;
};
export default Loading;
//# sourceMappingURL=index.d.ts.map