export declare const createElement: (tag: string) => HTMLElement; export declare const getById: (id: string) => HTMLElement; export declare const getByIdInput: (id: string) => HTMLInputElement; export declare const getByTagName: (tag: string) => HTMLElement;