import React from 'react';
import './index.mobile.css';
export declare const BigClassScenarioMobile: () => JSX.Element;
export declare const DialogContainerMobile: React.FC<unknown>;
interface GenericErrorDialogMobileProps {
    onOK: () => void;
    okBtnText: string;
    title: string;
    content: string;
}
export declare const GenericErrorDialogMobile: ({ onOK, title, content, okBtnText, }: GenericErrorDialogMobileProps) => JSX.Element;
export {};
