/**
 * Do not edit directly, this file was auto-generated.
 */
declare const colors: {
    "background-page": string;
    "background-page-variant": string;
    "background-container": string;
    "background-container-low": string;
    "background-container-high": string;
    "background-container-inverted": string;
    "background-container-subdued": string;
    "background-input-base": string;
    "background-input-focus": string;
    "background-action": string;
    "background-interactive": string;
    "background-interactive-hover": string;
    "background-interactive-selected": string;
    "background-alert-neutral": string;
    "background-alert-info": string;
    "background-alert-success": string;
    "background-alert-warning": string;
    "background-alert-error": string;
    "text-default": string;
    "text-subdued": string;
    "text-inverted": string;
    "text-on-action": string;
    "text-interactive": string;
    "text-interactive-hover": string;
    "text-on-alert": string;
    "text-on-alert-subdued": string;
    "border-action": string;
    "border-input": string;
    "border-input-focus": string;
    "border-separator": string;
    "border-separator-strong": string;
    "border-separator-hover": string;
    "border-subdued": string;
};
export default colors;
