///
import Foundation, { HandledProps } from "@microsoft/fast-components-foundation-react";
import { TabPanelHandledProps, TabPanelProps, TabPanelUnhandledProps } from "./tab-panel.props";
declare class TabPanel extends Foundation {
static defaultProps: Partial;
static displayName: string;
protected handledProps: HandledProps;
/**
* Renders the component
*/
render(): JSX.Element;
/**
* Generates class names based on props
*/
protected generateClassNames(): string;
}
export default TabPanel;
export * from "./tab-panel.props";