import Foundation from "@microsoft/fast-components-foundation-react"; import { TabItemHandledProps, TabItemUnhandledProps } from "./tab-item.props"; declare class TabItem extends Foundation { static displayName: string; } export default TabItem; export * from "./tab-item.props";