import { type NavConfig } from '../../RemoteShell'; import { type Product } from './_storyLib'; export interface ConfigRemoteProps { config: NavConfig; basePath?: string; } export declare const RemoteForProduct: ({ product }: { product: Product; }) => import("react/jsx-runtime").JSX.Element;