export default function getCheckedValue(el: HTMLCollectionOf | NodeListOf | NodeListOf): { value?: string; index?: number; id?: string; };