/**
 * Kanban CSS Constants
 */
/** @private */
export declare const ROOT_CLASS: string;
/** @private */
export declare const RTL_CLASS: string;
/** @private */
export declare const DEVICE_CLASS: string;
/** @private */
export declare const ICON_CLASS: string;
/** @private */
export declare const TEMPLATE_CLASS: string;
/** @private */
export declare const SWIMLANE_CLASS: string;
/** @private */
export declare const TABLE_CLASS: string;
/** @private */
export declare const HEADER_CLASS: string;
/** @private */
export declare const HEADER_TABLE_CLASS: string;
/** @private */
export declare const HEADER_CELLS_CLASS: string;
/** @private */
export declare const HEADER_WRAP_CLASS: string;
/** @private */
export declare const HEADER_TITLE_CLASS: string;
/** @private */
export declare const HEADER_TEXT_CLASS: string;
/** @private */
export declare const HEADER_ICON_CLASS: string;
/** @private */
export declare const STACKED_HEADER_ROW_CLASS: string;
/** @private */
export declare const STACKED_HEADER_CELL_CLASS: string;
/** @private */
export declare const CONTENT_CELLS_CLASS: string;
/** @private */
export declare const CONTENT_CLASS: string;
/** @private */
export declare const CONTENT_TABLE_CLASS: string;
/** @private */
export declare const HEADER_ROW_TOGGLE_CLASS: string;
/** @private */
export declare const HEADER_ROW_CLASS: string;
/** @private */
export declare const CONTENT_ROW_CLASS: string;
/** @private */
export declare const SWIMLANE_ROW_CLASS: string;
/** @private */
export declare const SWIMLANE_ROW_EXPAND_CLASS: string;
/** @private */
export declare const SWIMLANE_ROW_COLLAPSE_CLASS: string;
/** @private */
export declare const SWIMLANE_ROW_TEXT_CLASS: string;
/** @private */
export declare const CARD_ITEM_COUNT_CLASS: string;
/** @private */
export declare const CARD_WRAPPER_CLASS: string;
/** @private */
export declare const CARD_VIRTUAL_WRAPPER_CLASS: string;
/** @private */
export declare const CARD_CLASS: string;
/** @private */
export declare const DRAGGABLE_CLASS: string;
/** @private */
export declare const DROPPABLE_CLASS: string;
/** @private */
export declare const DRAG_CLASS: string;
/** @private */
export declare const DROP_CLASS: string;
/** @private */
export declare const DISABLED_CLASS: string;
/** @private */
export declare const CARD_HEADER_CLASS: string;
/** @private */
export declare const CARD_CONTENT_CLASS: string;
/** @private */
export declare const CARD_HEADER_TEXT_CLASS: string;
/** @private */
export declare const CARD_HEADER_TITLE_CLASS: string;
/** @private */
export declare const CARD_TAGS_CLASS: string;
/** @private */
export declare const CARD_TAG_CLASS: string;
/** @private */
export declare const CARD_COLOR_CLASS: string;
/** @private */
export declare const CARD_LABEL_CLASS: string;
/** @private */
export declare const CARD_FOOTER_CLASS: string;
/** @private */
export declare const EMPTY_CARD_CLASS: string;
/** @private */
export declare const CARD_FOOTER_CSS_CLASS: string;
/** @private */
export declare const COLUMN_EXPAND_CLASS: string;
/** @private */
export declare const COLUMN_COLLAPSE_CLASS: string;
/** @private */
export declare const COLLAPSE_HEADER_TEXT_CLASS: string;
/** @private */
export declare const COLLAPSED_CLASS: string;
/** @private */
export declare const DIALOG_CLASS: string;
/** @private */
export declare const DIALOG_CONTENT_CONTAINER_CLASS: string;
/** @private */
export declare const FORM_CLASS: string;
/** @private */
export declare const FORM_WRAPPER_CLASS: string;
/** @private */
export declare const ERROR_VALIDATION_CLASS: string;
/** @private */
export declare const FIELD_CLASS: string;
/** @private */
export declare const DRAGGED_CLONE_CLASS: string;
/** @private */
export declare const CLONED_CARD_CLASS: string;
/** @private */
export declare const DRAGGED_CARD_CLASS: string;
/** @private */
export declare const DROPPED_CLONE_CLASS: string;
/** @private */
export declare const DROPPING_CLASS: string;
/** @private */
export declare const BORDER_CLASS: string;
/** @private */
export declare const TOGGLE_VISIBLE_CLASS: string;
/** @private */
export declare const MULTI_CLONE_CONTENT_CELL_CLASS: string;
/** @private */
export declare const MULTI_CARD_WRAPPER_CLASS: string;
/** @private */
export declare const MULTI_ACTIVE_CLASS: string;
/** @private */
export declare const TARGET_MULTI_CLONE_CLASS: string;
/** @private */
export declare const MULTI_COLUMN_KEY_CLASS: string;
/** @private */
export declare const CARD_SELECTION_CLASS: string;
/** @private */
export declare const TOOLTIP_CLASS: string;
/** @private */
export declare const TOOLTIP_TEXT_CLASS: string;
/** @private */
export declare const SCROLL_CONTAINER_CLASS: string;
/** @private */
export declare const SWIMLANE_HEADER_CLASS: string;
/** @private */
export declare const SWIMLANE_HEADER_TOOLBAR_CLASS: string;
/** @private */
export declare const TOOLBAR_MENU_CLASS: string;
/** @private */
export declare const TOOLBAR_MENU_ICON_CLASS: string;
/** @private */
export declare const TOOLBAR_LEVEL_TITLE_CLASS: string;
/** @private */
export declare const TOOLBAR_SWIMLANE_NAME_CLASS: string;
/** @private */
export declare const SWIMLANE_OVERLAY_CLASS: string;
/** @private */
export declare const SWIMLANE_CONTENT_CLASS: string;
/** @private */
export declare const SWIMLANE_RESOURCE_CLASS: string;
/** @private */
export declare const SWIMLANE_TREE_CLASS: string;
/** @private */
export declare const LIMITS_CLASS: string;
/** @private */
export declare const MAX_COUNT_CLASS: string;
/** @private */
export declare const MIN_COUNT_CLASS: string;
/** @private */
export declare const MAX_COLOR_CLASS: string;
/** @private */
export declare const MIN_COLOR_CLASS: string;
/** @private */
export declare const POPUP_EVENT_CLASS: string;
/** @private */
export declare const POPUP_HEADER_CLASS: string;
/** @private */
export declare const CLOSE_CLASS: string;
/** @private */
export declare const POPUP_CONTENT_CLASS: string;
/** @private */
export declare const POPUP_WRAPPER_CLASS: string;
/** @private */
export declare const CLOSE_ICON_CLASS: string;
/** @private */
export declare const POPUP_OPEN_CLASS: string;
/** @private */
export declare const DIALOG_CONTENT_CONTAINER: string;
/** @private */
export declare const SHOW_ADD_BUTTON: string;
/** @private */
export declare const SHOW_ADD_ICON: string;
/** @private */
export declare const SHOW_ADD_FOCUS: string;
/** @private */
export declare const FROZEN_SWIMLANE_ROW_CLASS: string;
/** @private */
export declare const FROZEN_ROW_CLASS: string;
/** @private */
export declare const TOOLBAR_SWIMLANE_ITEM_COUNT_CLASS: string;
