import { FNodeDirective } from './f-node.directive';
import { FGroupDirective } from './f-group.directive';
import { FRotateHandleDirective } from './f-rotate-handle';
export declare const F_NODE_PROVIDERS: (typeof FRotateHandleDirective | typeof FGroupDirective | typeof FNodeDirective)[];
