import * as React from 'react';
interface LoadingIndicatorPageProps {
    children?: React.ReactNode;
    'data-testid'?: string;
}
declare const LoadingIndicatorPage: ({ children, "data-testid": dataTestId, }: LoadingIndicatorPageProps) => import("react/jsx-runtime").JSX.Element;
export { LoadingIndicatorPage };
//# sourceMappingURL=LoadingIndicatorPage.d.ts.map