import { TabPanel } from '@microsoft/fast-foundation'; /** * The Fluent Tab Panel Custom Element. Implements {@link @microsoft/fast-foundation#TabPanel}, * {@link @microsoft/fast-foundation#TabPanelTemplate} * * * @public * @remarks * HTML Element: \ */ export declare class FluentTabPanel extends TabPanel { } /** * Styles for TabPanel * @public */ export declare const TabPanelStyles: import("@microsoft/fast-element").ElementStyles;