import { FunctionComponent } from 'react'; interface UnknownNodeProps { model: any; } export declare const UnknownNode: FunctionComponent; export {};