export interface PdfiumComboBoxFieldP {
    'options'?: (string)[];
    'selectedIndex'?: (number);
}
export interface PdfiumComboBoxFieldP__Output {
    'options'?: (string)[];
    'selectedIndex'?: (number);
}
//# sourceMappingURL=PdfiumComboBoxFieldP.d.ts.map