/// import { URLS } from '../../types'; import { ProjectNavProps } from '../ProjectNav.types'; interface ProductTabsProps { environment?: ProjectNavProps['environment']; hosts: ProjectNavProps['hosts']; urls: URLS['projectNav']; } export declare const ProductTabs: ({ environment, hosts, urls }: ProductTabsProps) => JSX.Element; export {}; //# sourceMappingURL=ProductTabs.d.ts.map