import * as React from "react"; import StyleBehaviorTabController0, {Props as StyleBehaviorTabController0Props} from "./controller"; import {_8f20d2148434Props} from "./triggers.pc"; import {_b6c162d113Props} from "../../../../../pane/view.pc"; type TextProps = { text?: string; } & React.HTMLAttributes; type ElementProps = { ref?: any; } & React.HTMLAttributes; export type BaseStyleBehaviorTabProps = { triggersPaneProps: _8f20d2148434Props; } & ElementProps; export type _4e40c2b98546Props = StyleBehaviorTabController0Props; export const StyleBehaviorTab: (props: StyleBehaviorTabController0Props) => React.ReactElement;