export declare function format(first: string, middle: string, last: string): string; export declare const watchForOptions: (containerEl: HTMLElement, tagName: string, onChange: (el: T) => void) => MutationObserver; export declare const findCheckedOption: (el: any, tagName: string) => HTMLElement; export declare const renderHiddenField: (container: HTMLElement, name: string, value: string) => void;