export declare const watchForOptions: (containerEl: HTMLElement, tagName: string, onChange: (el: T | undefined) => void) => any; export declare const watchForElement: (containerEl: HTMLElement, tagName: string, onChange: (el: T | undefined) => void) => any; export declare const findCheckedOption: (el: any, tagName: string) => HTMLElement; export declare const findErrorItems: (el: any, tagName: string) => HTMLElement;