export declare function parseHTMLStringToDomList(html: string): NodeList | any[];
export declare function locale(key: string): string;
