import { PropsWithChildren } from 'react'; export interface ProductsMenuProps { opened?: boolean; className?: string; } export declare const ProductsMenu: ({ opened, children, className, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=products-menu.d.ts.map