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