export declare const tagSchema: import("../../..").DocSchema<({ text: string; type: "text"; } | { data: { readonly label: string; readonly value: string; readonly type: string; }; type: "tag"; })[][]>;