import { MarkComponent as MC } from '../runtime'; import { ConnectorMark } from '../spec'; export type ConnectorOptions = Omit<ConnectorMark, 'type'>; export declare const Connector: MC<ConnectorOptions>;