import type { ProductConfig } from '@redocly/theme/config'; export declare function findProductBySlug(products: ProductConfig[], slug: string, slugify: (relativePath: string) => string): { icon?: string | undefined; name: string; folder: string; } | undefined; //# sourceMappingURL=product.d.ts.map