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