import { FC } from "react";
import { BindingProps } from "./Binding";
export declare function findBinding(type: string): FC<BindingProps>;
