import { BaseFormattedNodes, FormattedText } from '../formatted-text/v1/formattedText'; import { PrimitiveType } from '../jsonTypeResolution/TypeResolver'; export declare const FormattedTextType: PrimitiveType<"FormattedText", FormattedText>; export type FormattedTextType = typeof FormattedTextType; export declare const FastFormattedTextType: PrimitiveType<"FormattedText", FormattedText>; export declare const BaseFormattedTextType: PrimitiveType<"FormattedText", BaseFormattedNodes[]>; export type BaseFormattedTextType = typeof BaseFormattedTextType; export declare const ComponentInputFormattedTextType: PrimitiveType<"FormattedText", string>; export type ComponentInputFormattedTextType = typeof ComponentInputFormattedTextType;