export declare function setErrorStyle(element: HTMLElement): void;
export declare function applyDefaultStyle(element: HTMLElement): void;
export declare function createInfoLink(): HTMLAnchorElement;
export declare function disableButtonElement(button: HTMLElement): void;
