import { DynamicContentStore } from "../../../flex-ui-core/src"; import React from "react"; interface QualityManagementViewTabsProps { selectedTab?: string; onTabSelected: (tabName: string) => void; goToQuestionnaire: (id: string) => void; } export declare class QualityManagementViewTabs extends React.PureComponent { static displayName: string; static Content: DynamicContentStore; render(): JSX.Element; } export {};