/** * @stable [17.05.2020] */ export declare class DefaultEntities { static readonly CHANGEABLE_FIELD_ENTITY: Readonly; static readonly COMPACT_FORM_ENTITY: Readonly>; static readonly COMPONENTS_SETTINGS_ENTITY: Readonly; static readonly CURRENCY_PRECISION_VALUE = 2; static readonly CURRENCY_SETTINGS_ENTITY: Readonly; static readonly DICTIONARY_PAGED_ENTITY: Readonly; static readonly DOM_RIGHT_POSITION_CONFIG_ENTITY: Readonly>; static readonly EMAIL_FIELD_ENTITY: Readonly; static readonly ENVIRONMENT_ENTITY: Readonly; static readonly FILTERED_MENU_ENTITY: Readonly; static readonly FIRST_PAGE = 1; static readonly HEADER_HELP_LINK_UUID = "d60431cb"; static readonly INITIAL_REDUX_LIST_ENTITY: Readonly>; static readonly INITIAL_REDUX_STACK_ENTITY: Readonly; static readonly LOCAL_PAGE_SIZE = 20; static readonly LOCALE = "en"; static readonly MAX_PAGED_ENTITY: Readonly; static readonly MEDIA_NO_PICTURE_URL = "media/no_picture.jpg"; static readonly NEW = "new"; static readonly NO_AUTO_COMPLETE_FIELD_ENTITY: Readonly; static readonly NOT_CHANGEABLE_FIELD_ENTITY: Readonly; static readonly NOT_HOVERED_LIST_ITEM_ENTITY: Readonly>; static readonly NUMBER_CONVERTER_SETTINGS_ENTITY: Readonly; static readonly NUMBER_OF_DAYS_PER_WEEK = 7; static readonly PAGINATED_SINGLE_ENTITY: Readonly; static readonly PASSWORD_FIELD_ENTITY: Readonly; static readonly PATH_SEPARATOR = "#"; static readonly PLACE_FIELD_ENTITY: Readonly; static readonly QUICK_SEARCH_FIELD_ENTITY: Readonly; static readonly ROOT_SECTION = "root"; static readonly SELECTABLE_LIST_ITEM_ENTITY: Readonly>; static readonly SLIDER_ENTITY: Readonly; static readonly UNIT_OF_CURRENCY = 1; static readonly UNLIMITED_HEIGHT_MENU_ENTITY: Readonly; static readonly VALIDATED_EMAIL_FIELD_ENTITY: Readonly; static readonly ZIP_CODE_FIELD_ENTITY: Readonly; }