import { FunctionComponent } from "react"; import { BindingProps } from "../types"; declare const Binding: FunctionComponent; export default Binding;