import { FC } from 'react'; import { ProductSwitcherProps } from './types'; export declare const ProductSwitcher: FC;