/** * Houses the string element selectors for the given page */ export default class UIMap { readonly countrySelectBox: string; readonly stateSelectBox: string; readonly searchButton: string; readonly funeralHomeList: string; }