export declare const removeHiddenCharacters: (inputValue: string) => string;
