import type { Plugin } from '@pdfme/common';
import type { TextSchema } from './types.js';
declare const textSchema: Plugin<TextSchema>;
export default textSchema;
