/**
 *
 * carbon-angular v0.0.0 | en.d.ts
 *
 * Copyright 2014, 2025 IBM
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


declare const _default: {
    BREADCRUMB: {
        LABEL: string;
        OVERFLOW_MENU_DESCRIPTION: string;
    };
    CODE_SNIPPET: {
        CODE_SNIPPET_TEXT: string;
        SHOW_MORE: string;
        SHOW_LESS: string;
        SHOW_MORE_ICON: string;
        COPY_CODE: string;
        COPIED: string;
    };
    COMBOBOX: {
        PLACEHOLDER: string;
        CLEAR_SELECTIONS: string;
        CLEAR_SELECTED: string;
        A11Y: {
            OPEN_MENU: string;
            CLOSE_MENU: string;
            CLEAR_SELECTIONS: string;
            CLEAR_SELECTED: string;
        };
    };
    DROPDOWN: {
        OPEN: string;
        SELECTED: string;
        CLEAR: string;
        FILTER: {
            SELECTED_ONLY: string;
            SEARCH: string;
            NO_RESULTS: string;
            RESET_SEARCH: string;
        };
    };
    DROPDOWN_LIST: {
        LABEL: string;
    };
    FILE_UPLOADER: {
        CHECKMARK: string;
        OPEN: string;
        REMOVE_BUTTON: string;
    };
    LOADING: {
        TITLE: string;
    };
    MODAL: {
        CLOSE: string;
    };
    NOTIFICATION: {
        CLOSE_BUTTON: string;
    };
    NUMBER: {
        INCREMENT: string;
        DECREMENT: string;
    };
    OVERFLOW_MENU: {
        OVERFLOW: string;
        ICON_DESCRIPTION: string;
    };
    SEARCH: {
        LABEL: string;
        PLACEHOLDER: string;
        CLEAR_BUTTON: string;
    };
    PAGINATION: {
        ITEMS_PER_PAGE: string;
        OPEN_LIST_OF_OPTIONS: string;
        BACKWARD: string;
        FORWARD: string;
        TOTAL_ITEMS_UNKNOWN: string;
        TOTAL_ITEMS: string;
        TOTAL_ITEM: string;
        PAGE: string;
        OF_LAST_PAGES: string;
        OF_LAST_PAGE: string;
        NEXT: string;
        PREVIOUS: string;
        SELECT_ARIA: string;
    };
    PROGRESS_INDICATOR: {
        CURRENT: string;
        INCOMPLETE: string;
        COMPLETE: string;
        INVALID: string;
    };
    TABLE: {
        FILTER: string;
        END_OF_DATA: string;
        SCROLL_TOP: string;
        CHECKBOX_HEADER: string;
        CHECKBOX_ROW: string;
        EXPAND_BUTTON: string;
        EXPAND_ALL_BUTTON: string;
        SORT_DESCENDING: string;
        SORT_ASCENDING: string;
        ROW: string;
    };
    TABLE_TOOLBAR: {
        ACTION_BAR: string;
        BATCH_TEXT: string;
        BATCH_TEXT_SINGLE: string;
        BATCH_TEXT_MULTIPLE: string;
        CANCEL: string;
    };
    TABS: {
        BUTTON_ARIA_LEFT: string;
        BUTTON_ARIA_RIGHT: string;
        HEADER_ARIA_LABEL: string;
    };
    TILES: {
        TILE: string;
        EXPAND: string;
        COLLAPSE: string;
    };
    TOGGLE: {
        OFF: string;
        ON: string;
    };
    UI_SHELL: {
        SKIP_TO: string;
        HEADER: {
            OPEN_MENU: string;
            CLOSE_MENU: string;
        };
        SIDE_NAV: {
            TOGGLE_OPEN: string;
            TOGGLE_CLOSE: string;
        };
    };
};
export default _default;
