import { BaseComponentContext } from './BaseComponentContext.js'; export type PdfContext = BaseComponentContext & { submitButton: string; };