import PDFContext from '../../core/PDFContext.js'; import PDFAcroChoice from '../../core/acroform/PDFAcroChoice.js'; import PDFDict from '../../core/objects/PDFDict.js'; import PDFRef from '../../core/objects/PDFRef.js'; declare class PDFAcroListBox extends PDFAcroChoice { static fromDict: (dict: PDFDict, ref: PDFRef) => PDFAcroListBox; static create: (context: PDFContext) => PDFAcroListBox; } export default PDFAcroListBox; //# sourceMappingURL=PDFAcroListBox.d.ts.map