import type { ReactElement } from 'react';
export type RenderUCAutoExecLoader = () => ReactElement;
