import { DataComponent as DC } from '../runtime'; import { InlineConnector } from '../spec'; export type InlineOptions = Omit; export declare const Inline: DC;