import type { FC } from 'react'; import { type Product } from './_storyLib'; interface ProductNavItemsProps { activeProduct: Product; } export declare const ProductNavItems: FC; export {};