export interface TabContent {
    name?: string;
    active?: boolean;
    children?: any;
    style?: object;
    fix?: boolean;
}
declare function TabContent(props: TabContent): import("react").JSX.Element;
declare const _default: import("react").MemoExoticComponent<typeof TabContent>;
export default _default;
//# sourceMappingURL=TabContent.d.ts.map