export declare const color = "color"; export declare const fontFamily = "font-family"; export declare const backgroundColor = "background-color"; export declare const text = "text color font-family"; export declare const textPrimary = "text-primary text color font-family"; export declare const textSecondary = "text-secondary text color font-family"; export declare const textDanger = "text-danger text color font-family"; export declare const heading = "heading text color font-family"; export declare const paragraph = "paragraph text color font-family"; export declare const heading1 = "heading-1 heading text color font-family"; export declare const heading2 = "heading-2 heading text color font-family"; export declare const heading3 = "heading-3 heading text color font-family"; export declare const heading4 = "heading-4 heading text color font-family"; export declare const heading5 = "heading-5 heading text color font-family"; export declare const link = "link text font-family"; export declare const button = "button text color font-family"; export declare const buttonPrimary = "button-primary button text color font-family"; export declare const buttonSecondary = "button-secondary button text color font-family"; export declare const buttonDanger = "button-danger button text color font-family"; export declare const buttonSuccess = "button-success button text color font-family"; export declare const buttonWarning = "button-warning button text color font-family"; export declare const buttonInfo = "button-info button text color font-family"; export declare const buttonLight = "button-light button text color font-family"; export declare const buttonDark = "button-dark button text color font-family"; export declare const buttonLink = "button-link button text color font-family"; export declare const buttonOutlinePrimary = "button-outline-primary button text color font-family"; export declare const buttonOutlineSecondary = "button-outline-secondary button text color font-family"; export declare const buttonLoading = "button-loading"; export declare const buttonDisabled = "button-disabled button text color font-family"; export declare const label = "label text color font-family"; export declare const input = "input text color font-family background-color"; export declare const inputGroup = "input-group input text color font-family background-color"; export declare const inputInvalid = "input-invalid input text color font-family background-color"; export declare const inputDisabled = "input-disabled input text color font-family background-color"; export declare const inputFocused = "input-focused input text color font-family background-color"; export declare const inputInvalidAndFocused = "input-invalid-and-focused input text color font-family background-color"; export declare const inputRadio = "input-radio"; export declare const inputRadioFocused = "input-radio-focused input-radio"; export declare const inputRadioChecked = "input-radio-checked input-radio"; export declare const inputRadioCheckedFocused = "input-radio-checked-focused input-radio"; export declare const inputRadioInvalid = "input-radio-invalid input-radio"; export declare const inputCheckbox = "input-checkbox"; export declare const inputCheckboxInvalid = "input-checkbox-invalid input-checkbox"; export declare const inputCheckboxFocused = "input-checkbox-focused input-checkbox"; export declare const inputCheckboxChecked = "input-checkbox-checked input-checkbox"; export declare const inputCheckboxCheckedFocused = "input-checkbox-checked-focused input-checkbox"; export declare const inputAdornment = "input-adornment text color font-family"; export declare const alert = "alert text color font-family"; export declare const alertDanger = "alert-danger alert text color font-family"; export declare const tooltip = "tooltip text color font-family"; export declare const tooltipIcon = "tooltip-icon text color font-family"; export declare const tooltipInner = "tooltip-inner text color font-family"; export declare const card = "card text color font-family background-color"; export declare const table = "table text color font-family background-color"; export declare const tableRow = "table-row text color font-family background-color"; export declare const tableCell = "table-cell text color font-family background-color"; export declare const tableHead = "table-head"; export declare const tableHeadRow = "table-head-row text color font-family background-color"; export declare const tableHeadCell = "table-head-cell table-cell text color font-family background-color"; export declare const tableFoot = "table-foot"; export declare const tableFootRow = "table-foot-row text color font-family background-color"; export declare const tableFootCell = "table-foot-cell table-cell text color font-family background-color"; export declare const tableCellEven = "table-cell-even table-cell text color font-family background-color"; export declare const tableCellOdd = "table-cell-odd table-cell text color font-family background-color"; export declare const getAlternateTableCellPart: (index: any) => "table-cell-even table-cell text color font-family background-color" | "table-cell-odd table-cell text color font-family background-color"; export declare const tableEmpty = "table-empty text color font-family background-color"; export declare const tableError = "table-error text color font-family background-color"; export declare const paginationButton = "pagination-button button text color font-family"; export declare const paginationButtonDisabled = "pagination-button-disabled button-disabled button text color font-family"; export declare const paginationButtonText = "pagination-button-text text color font-family"; export declare const paginationButtonIcon = "pagination-button-icon text color font-family"; export declare const paginationButtonIconNext = "pagination-button-icon-next pagination-button-icon text color font-family"; export declare const paginationButtonIconPrevious = "pagination-button-icon-previous pagination-button-icon text color font-family"; export declare const loadingSpinner = "loading-spinner"; export declare const badge = "badge font-family"; export declare const badgePrimary = "badge font-family badge-primary"; export declare const badgeSecondary = "badge font-family badge-secondary"; export declare const badgeSuccess = "badge font-family badge-success"; export declare const badgeDanger = "badge font-family badge-danger"; export declare const badgeWarning = "badge font-family badge-warning"; export declare const badgeInfo = "badge font-family badge-info"; export declare const badgeLight = "badge font-family badge-light"; export declare const badgeDark = "badge font-family badge-dark"; export declare const dropdownMenu = "dropdown-menu text color font-family"; export declare const dropdownMenuButton = "dropdown-menu-button button-primary button text color font-family"; export declare const radioListItem = "radio-list-item text color font-family"; export declare const listGroup = "list-group text color font-family background-color"; export declare const listGroupItem = "list-group-item text color font-family background-color"; export declare const skeleton = "skeleton"; export declare const image = "image"; export declare const billingForm = "billing-form"; export declare const checkoutSummary = "checkout-summary"; export declare const filterMenu = "filter-menu"; export declare const filterParam = "filter-param";