import React from "react"; import { RedTentProps } from "../types"; export declare const RedtentController: (props: Omit & { account: string; }) => React.JSX.Element; //# sourceMappingURL=RedtentController.d.ts.map