import * as React from "react"; import OpacityPaneController0, {Props as OpacityPaneController0Props} from "./opacity-controller"; import {_b6c162d113Props} from "../../../../../../pane/view.pc"; import {_956880c910105Props} from "../../../../../../inputs/slider/view.pc"; type TextProps = { text?: string; } & React.HTMLAttributes; type ElementProps = { ref?: any; } & React.HTMLAttributes; export type BaseOpacityPaneProps = { sliderInputProps: _956880c910105Props; } & _b6c162d113Props; export type _ab9eb3a110017Props = OpacityPaneController0Props; export const OpacityPane: (props: OpacityPaneController0Props) => React.ReactElement;