import { MarkComponent as MC } from '../runtime'; import { TextMark } from '../spec'; export type TextOptions = Omit; export declare const Text: MC;