import Login from './Login';
import IframeView from "../view/IframeView";
declare const _default: ({
path: string;
exact: boolean;
component: typeof Login;
} | {
path: string;
exact: boolean;
component: typeof IframeView;
})[];
export default _default;