declare const Loading: ({ dataTestid }: {
    dataTestid?: string;
}) => import("react/jsx-runtime").JSX.Element;
export default Loading;
