import { FNodeInputDirective } from './f-node-input';
import { FNodeOutletDirective } from './f-node-outlet';
import { FNodeOutputDirective } from './f-node-output';
export declare const F_CONNECTORS_PROVIDERS: (typeof FNodeInputDirective | typeof FNodeOutletDirective | typeof FNodeOutputDirective)[];
