import '../../style/components/_spinner.scss';
declare const loadingScreen: import("react/jsx-runtime").JSX.Element;
type SynapseSpinnerProps = {
    size?: number;
    margin?: string;
};
export declare function SynapseSpinner({ size, margin, }: SynapseSpinnerProps): import("react/jsx-runtime").JSX.Element;
export type BlockingLoaderProps = {
    show: boolean;
    currentProgress?: number;
    totalProgress?: number;
    onCancel?: () => void;
    hintText?: string;
    headlineText?: string;
};
export declare function BlockingLoader({ show, currentProgress, onCancel, totalProgress, headlineText, hintText, }: BlockingLoaderProps): import("react/jsx-runtime").JSX.Element;
export default loadingScreen;
//# sourceMappingURL=LoadingScreen.d.ts.map