export declare const MAX_DISPLAY_LENGTH = 20; /** * This is the value that will be displayed when the value is not available. */ export declare const UNAVAILABLE_VALUE = "--";