import '../globals.css'; /** * Default decorator: apply global styles + theme + app chrome. * Use per-story params to toggle whether to render as a "page". */ declare const withIntranetLayout: (Story: any, ctx: any) => import("react/jsx-runtime").JSX.Element; export { withIntranetLayout };