export function HeaderActionItem(props: any): JSX.Element; export * from "./HeaderNavs"; export default TNTLayout; declare function TNTLayout({ type, config, showMenuInIframe, ...props }: { [x: string]: any; type: any; config: any; showMenuInIframe?: boolean | undefined; }): JSX.Element; declare namespace TNTLayout { export { HeaderActionItem }; export { HeaderNavs }; export { HeaderTabs }; export { AuthContext }; export { findMenuInfoByPath }; } import HeaderNavs from "./HeaderNavs"; import HeaderTabs from "./HeaderTabs"; import AuthContext from "../auth-context"; import { findMenuInfoByPath } from "../utils/findMenuInfoByPath"; //# sourceMappingURL=index.d.ts.map