import React from 'react';
interface Props {
    name?: string;
    bindings: any;
}
export declare const Bindings: React.FunctionComponent<Props>;
export {};
//# sourceMappingURL=Bindings.d.ts.map