import { ILoading } from './interfaces.js';
export declare function LoadingScreen({ size, color, hasOpacity }: ILoading): import("react/jsx-runtime").JSX.Element;
