import * as React from "react"; import ComponentInstanceVariantController0, {Props as ComponentInstanceVariantController0Props} from "./variant-input-controller"; type TextProps = { text?: string; } & React.HTMLAttributes; type ElementProps = { ref?: any; } & React.HTMLAttributes; export type BaseComponentInstanceVariantProps = { options?: any; optionsProps?: ElementProps; } & ElementProps; export type _a9046e8412Props = ComponentInstanceVariantController0Props; export const ComponentInstanceVariant: (props: ComponentInstanceVariantController0Props) => React.ReactElement;