import * as react_jsx_runtime53 from "react/jsx-runtime"; //#region ui/loading-screen.d.ts interface LoadingScreenProps { title?: string; variant?: 'default' | 'profile' | 'form' | 'list'; } declare function LoadingScreen({ title, variant }: LoadingScreenProps): react_jsx_runtime53.JSX.Element; //#endregion export { LoadingScreen }; //# sourceMappingURL=loading-screen.d.ts.map