import { NoAuthModuleLayoutProps } from './types'; /** * Render the layout for a module without authentication. */ export declare const NoAuthModuleLayout: (props: NoAuthModuleLayoutProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map