interface BindingProps { point: number[]; type: string; } export declare function Binding({ point: [x, y], type }: BindingProps): JSX.Element; export {}; //# sourceMappingURL=Binding.d.ts.map