import { BasicLayoutProps } from '@admin-layout/client'; import type { LinksFunction } from '@remix-run/node'; import * as React from 'react'; declare global { interface Window { __ROUTES_CONFIG__?: Array<{ position?: string; key: string; name: string; path: string; priority?: number; hideInMenu?: boolean; icon?: string; isResourceRoute?: boolean; routes?: any[]; }>; } } export declare const handle: { i18n: string; }; export declare const links: LinksFunction; export declare function loader(params: any): Promise<{ newMenuData: import("@common-stack/client-react").IMenuData[]; apolloState: any; permissions: any; policies: any; }>; export declare function clientLoader({ serverLoader }: { serverLoader: any; }): Promise; export declare const shouldRevalidate: ({ currentParams, nextParams }: { currentParams: any; nextParams: any; }) => boolean; export default function ProTailwindLayout(props: BasicLayoutProps): React.JSX.Element; //# sourceMappingURL=ProTailwindLayout.d.ts.map