import { Config } from '@pandacss/dev';
import type { CssKeyframes } from '@pandacss/types';
import { GlobalStyleObject } from '@pandacss/dev';
import type { PatternConfig } from '@pandacss/types';
import { PatternProperties } from '@pandacss/types';
import { Preset } from '@pandacss/dev';
import primitiveColors from './primitive-colors.cerberus.json';
import primitiveTypography from './primitive-typography.value.json';
import type { PropertyConfig } from '@pandacss/dev';
import { RecipeConfig } from '@pandacss/types';
import { RecipeConfig as RecipeConfig_2 } from '@pandacss/dev';
import { RecipeVariantRecord } from '@pandacss/types';
import { RecipeVariantRecord as RecipeVariantRecord_2 } from '@pandacss/dev';
import semanticColorsDark from './semantic-colors.dark-mode.json';
import semanticColorsLight from './semantic-colors.light-mode.json';
import { SlotRecipeConfig } from '@pandacss/types';
import { SlotRecipeConfig as SlotRecipeConfig_2 } from '@pandacss/dev';
import { TextStyles } from '@pandacss/dev';
import { default as TextStyles_2 } from './text-styles.desktop.json';

declare const ACTION = "action";
export { ACTION }
export { ACTION as ACTION_alias_1 }

declare const action: {
    colorPalette: string;
};
export { action }
export { action as action_alias_1 }

declare type ActionNavProminences = {
    readonly initial: SemanticToken;
    readonly hover: SemanticToken;
    readonly visited: SemanticToken;
};
export { ActionNavProminences }
export { ActionNavProminences as ActionNavProminences_alias_1 }
export { ActionNavProminences as ActionNavProminences_alias_2 }
export { ActionNavProminences as ActionNavProminences_alias_3 }

/**
 * This module is a collection of action tokens that are used to generate the theme.
 * @module actionTokens
 */
declare type ActionProminences = {
    readonly initial: SemanticToken;
    readonly hover: SemanticToken;
    readonly active: SemanticToken;
};
export { ActionProminences }
export { ActionProminences as ActionProminences_alias_1 }
export { ActionProminences as ActionProminences_alias_2 }
export { ActionProminences as ActionProminences_alias_3 }

declare interface ActionTokens {
    readonly action: {
        readonly bg: ActionProminences;
        readonly border: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly focus: SemanticToken;
        };
        readonly ghost: ActionProminences;
        readonly navigation: ActionNavProminences;
        readonly text: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
            readonly inverse: SemanticToken;
        };
    };
}
export { ActionTokens }
export { ActionTokens as ActionTokens_alias_1 }
export { ActionTokens as ActionTokens_alias_2 }
export { ActionTokens as ActionTokens_alias_3 }

declare const actionTokens: ActionTokens;
export { actionTokens }
export { actionTokens as actionTokens_alias_1 }
export { actionTokens as actionTokens_alias_2 }
export { actionTokens as actionTokens_alias_3 }

declare const allPalettes: {
    action: {
        colorPalette: string;
    };
    secondaryAction: {
        colorPalette: string;
    };
    page: {
        colorPalette: string;
    };
    info: {
        colorPalette: string;
    };
    success: {
        colorPalette: string;
    };
    warning: {
        colorPalette: string;
    };
    danger: {
        colorPalette: string;
    };
};
export { allPalettes }
export { allPalettes as allPalettes_alias_1 }

/**
 * Styles for the Button component
 * @definition [ARIA Target Size](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html#:~:text=Understanding%20SC%202.5.,%3ATarget%20Size%20(Level%20AAA)&text=The%20size%20of%20the%20target,Equivalent)
 * @definition [Button docs](https://cerberus.digitalu.design/react/button)
 */
export declare const button: RecipeConfig_2<RecipeVariantRecord_2>;

export declare const buttonBase: {
    _disabled: {
        cursor: string;
        opacity: string;
    };
    _readOnly: {
        cursor: string;
    };
    _focusVisible: {
        boxShadow: string;
        outline: string;
        outlineColor: string;
        outlineOffset: string;
    };
    alignItems: string;
    display: string;
    fontWeight: string;
    gap: string;
    justifyContent: string;
    lineHeight: string;
    outline: string;
    textDecoration: string;
    transitionProperty: string;
    transitionDuration: string;
    transitionTimingFunction: string;
    userSelect: string;
    whiteSpace: string;
};

export declare const buttonPalettes: {
    action: {
        colorPalette: string;
    };
    danger: {
        _hover: {
            color: string;
        };
        colorPalette: string;
    };
};

export declare const cerberusConfig: Config;

/**
 * This module contains the Cerberus preset and configuration options.
 * @module
 **/
export declare const cerberusPreset: Preset;

declare const colors: {
    colors: {
        neutral: {
            "5": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            white: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        brand: {
            "5": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        teal: {
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        success: {
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        danger: {
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        warning: {
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        info: {
            "10": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "20": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "30": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "40": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "50": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "60": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "70": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "80": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "90": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        "drop-shadow": {
            sm: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            md: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            lg: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
    };
    spacing: {
        "0": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        "100": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "150": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "200": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "250": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "300": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "350": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "400": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "450": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "500": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "550": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "600": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "025": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        "050": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        "075": {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: never[];
                    codeSyntax: {};
                };
            };
        };
        rounded: {
            $type: string;
            $value: number;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
    };
};
export { colors }
export { colors as colors_alias_1 }

declare const conditions: {
    cerberusTheme: string;
    lightMode: string;
    darkMode: string;
    modalOpen: string;
    screenReaderOnly: string;
    invalid: string;
    userInvalid: string;
    groupInvalid: string;
    groupChecked: string;
    positionBottom: string;
    positionTop: string;
    positionLeft: string;
    positionRight: string;
    startIcon: string;
    tooltip: string;
    admin: string;
    student: string;
    user: string;
    highlight: string;
    spellingError: string;
    grammarError: string;
    pagePalette: string;
    actionPalette: string;
    secondaryActionPalette: string;
    infoPalette: string;
    successPalette: string;
    warningPalette: string;
    dangerPalette: string;
};
export { conditions }
export { conditions as conditions_alias_1 }

declare const DANGER = "danger";
export { DANGER }
export { DANGER as DANGER_alias_1 }

declare const danger: {
    colorPalette: string;
};
export { danger }
export { danger as danger_alias_1 }

declare interface DangerTokens {
    readonly danger: {
        readonly bg: {
            readonly initial: SemanticToken;
            readonly hover: SemanticToken;
            readonly active: SemanticToken;
        };
        readonly ghost: {
            readonly initial: SemanticToken;
            readonly hover: SemanticToken;
            readonly active: SemanticToken;
        };
        readonly border: {
            readonly initial: SemanticToken;
        };
        readonly surface: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
        readonly text: {
            readonly [P in Prominences_4]: SemanticToken;
        };
    };
}
export { DangerTokens }
export { DangerTokens as DangerTokens_alias_1 }
export { DangerTokens as DangerTokens_alias_2 }
export { DangerTokens as DangerTokens_alias_3 }

declare const dangerTokens: DangerTokens;
export { dangerTokens }
export { dangerTokens as dangerTokens_alias_1 }
export { dangerTokens as dangerTokens_alias_2 }
export { dangerTokens as dangerTokens_alias_3 }

declare function deepGet(obj: PrimitiveCollection, keys: string[]): PrimitiveCollection;
export { deepGet }
export { deepGet as deepGet_alias_1 }

declare function deepGetByPaths(obj: PrimitiveCollection, path: string): DeepReturn;
export { deepGetByPaths }
export { deepGetByPaths as deepGetByPaths_alias_1 }

declare type DeepReturn = {
    $value: string;
};

declare function defineKeyframes<T extends CssKeyframes>(config: T): CssKeyframes;
export { defineKeyframes }
export { defineKeyframes as defineKeyframes_alias_1 }
export { defineKeyframes as defineKeyframes_alias_2 }

declare function definePattern<T extends PatternConfig>(config: T): PatternConfig;
export { definePattern }
export { definePattern as definePattern_alias_1 }
export { definePattern as definePattern_alias_2 }

/**
 * Styles for the FieldMessage component
 * @definition [ARIA Forms](https://www.a11yproject.com/checklist/#forms)
 * @definition [FieldMessage docs](https://cerberus.digitalu.design/react/field-message)
 */
export declare const fieldMessage: RecipeConfig_2<RecipeVariantRecord_2>;

export declare const filledUsage: {
    bgColor: string;
    color: string;
    _hover: {
        bgColor: string;
        _disabled: {
            bgColor: string;
        };
    };
    _active: {
        bgColor: string;
    };
};

export declare const filledUsage_alias_1: {
    bgColor: string;
};

declare const focusStates: {
    _focusVisible: {
        boxShadow: string;
        outline: string;
        outlineColor: string;
        outlineOffset: string;
    };
};
export { focusStates }
export { focusStates as focusStates_alias_1 }

declare const fonts: {
    display: {
        description: string;
        value: string;
    };
    sans: {
        description: string;
        value: string;
    };
    mono: {
        description: string;
        value: string;
    };
    monoStrong: {
        description: string;
        value: string;
    };
};
export { fonts }
export { fonts as fonts_alias_1 }
export { fonts as fonts_alias_2 }

declare const formStates: {
    _disabled: {
        cursor: string;
        opacity: string;
    };
    _readOnly: {
        cursor: string;
    };
};
export { formStates }
export { formStates as formStates_alias_1 }

/**
 * Creates a palette object for a slot recipe
 *
 * @param slots - Array of slot names
 * @param palettes - Array of palette names
 * @returns Object with the following shape:
 * {
 *  [palette]: {
 *   [slot]: {
 *   colorPalette: palette
 *  }
 * }
 */
declare function getSlotRecipePalettes<const S extends string, const P extends Sentiment>(slots: S[], palettes: P[], initialValue?: Record<P, Record<S, Record<'colorPalette', Sentiment>>>): Record<P, Record<S, Record<'colorPalette', Sentiment>>>;
export { getSlotRecipePalettes }
export { getSlotRecipePalettes as getSlotRecipePalettes_alias_1 }

export declare const globalCss: GlobalStyleObject;

/**
 * Styles for the Button component
 * @definition [ARIA Target Size](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html#:~:text=Understanding%20SC%202.5.,%3ATarget%20Size%20(Level%20AAA)&text=The%20size%20of%20the%20target,Equivalent)
 *
 * @definition [A11y Icon Usability](https://www.a11y-collective.com/blog/icon-usability-and-accessibility/)
 *
 * @definition [Button docs](https://cerberus.digitalu.design/react/button)
 */
export declare const iconButton: RecipeConfig_2<RecipeVariantRecord_2>;

declare const INFO = "info";
export { INFO }
export { INFO as INFO_alias_1 }

declare const info: {
    colorPalette: string;
};
export { info }
export { info as info_alias_1 }

declare interface InfoTokens {
    readonly info: {
        readonly border: {
            readonly initial: SemanticToken;
        };
        readonly bg: {
            readonly initial: SemanticToken;
        };
        readonly surface: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
        readonly text: {
            readonly [P in Prominences]: SemanticToken;
        };
    };
}
export { InfoTokens }
export { InfoTokens as InfoTokens_alias_1 }
export { InfoTokens as InfoTokens_alias_2 }
export { InfoTokens as InfoTokens_alias_3 }

declare const infoTokens: InfoTokens;
export { infoTokens }
export { infoTokens as infoTokens_alias_1 }
export { infoTokens as infoTokens_alias_2 }
export { infoTokens as infoTokens_alias_3 }

export declare const input: {
    _userInvalid: {
        borderColor: string;
    };
    _disabled: {
        cursor: string;
        opacity: string;
    };
    _readOnly: {
        cursor: string;
    };
    _focusVisible: {
        boxShadow: string;
        outline: string;
        outlineColor: string;
        outlineOffset: string;
    };
    border: string;
    borderColor: string;
    color: string;
    h: string;
    pxi: string;
    rounded: string;
    transitionProperty: string;
    transitionDuration: string;
    transitionTimingFunction: string;
    w: string;
};

/**
 * Styles for the Input component
 * @definition [ARIA Target Size](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html#:~:text=Understanding%20SC%202.5.,%3ATarget%20Size%20(Level%20AAA)&text=The%20size%20of%20the%20target,Equivalent)
 * @definition [ARIA Forms](https://www.a11yproject.com/checklist/#forms)
 * @definition [Input docs](https://cerberus.digitalu.design/react/input)
 */
export declare const input_alias_1: Partial<SlotRecipeConfig_2>;

/**
 * The state of an color.
 * @description **noun**, action or influence.
 * @readonly **optional**
 */
declare type Interaction = 'hover' | 'active' | 'visited' | 'focus' | 'disabled';
export { Interaction }
export { Interaction as Interaction_alias_1 }
export { Interaction as Interaction_alias_2 }
export { Interaction as Interaction_alias_3 }

declare const keyframes: CssKeyframes;
export { keyframes }
export { keyframes as keyframes_alias_1 }
export { keyframes as keyframes_alias_2 }

/**
 * Styles for the Label component
 * @definition [ARIA Forms](https://www.a11yproject.com/checklist/#forms)
 * @definition [Label docs](https://cerberus.digitalu.design/react/label)
 */
export declare const label: RecipeConfig_2<RecipeVariantRecord_2>;

/**
 * Styles for the Modal components
 * @definition [ARIA Dialog Modal](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/)
 * @definition [Confirm Modal docs](https://cerberus.digitalu.design/react/confirm-modal)
 */
export declare const modal: Partial<SlotRecipeConfig_2>;

export declare const modalBase: {
    alignSelf: string;
    bgColor: string;
    mxi: string;
    opacity: string;
    rounded: string;
    shadow: string;
    _backdrop: {
        bgColor: string;
        backdropFilter: string;
        backdropBlur: string;
    };
    _motionSafe: {
        animationName: string;
        animationDuration: string;
        animationTimingFunction: string;
        animationFillMode: string;
    };
    _reduceMotion: {
        opacity: string;
    };
};

export declare const modalHeading: {
    color: string;
    textStyle: string;
};

/**
 * Styles for the ModalIcon component
 * @definition [Modal docs](https://cerberus.digitalu.design/react/confirm-modal)
 */
export declare const modalIcon: RecipeConfig_2<RecipeVariantRecord_2>;

export declare const modalIconBase: {
    mxi: string;
    p: string;
};

/**
 * The mode option of a Pando theme.
 */
declare type Modes = 'lightMode' | 'darkMode';
export { Modes }
export { Modes as Modes_alias_1 }
export { Modes as Modes_alias_2 }
export { Modes as Modes_alias_3 }

declare type ModeSelectors = PandaSelectors<Modes, string>;
export { ModeSelectors }
export { ModeSelectors as ModeSelectors_alias_1 }
export { ModeSelectors as ModeSelectors_alias_2 }
export { ModeSelectors as ModeSelectors_alias_3 }

declare const nonActionPalettes: {
    page: {
        colorPalette: string;
    };
    info: {
        colorPalette: string;
    };
    success: {
        colorPalette: string;
    };
    warning: {
        colorPalette: string;
    };
    danger: {
        colorPalette: string;
    };
};
export { nonActionPalettes }
export { nonActionPalettes as nonActionPalettes_alias_1 }

export declare const nonTextStates: {
    color: string;
    _hover: {
        bgColor: string;
        _disabled: {
            bgColor: string;
        };
    };
    _active: {
        bgColor: string;
    };
};

export declare const outlinedUsage: {
    bgColor: string;
    border: string;
    borderColor: string;
    color: string;
    _hover: {
        bgColor: string;
        _disabled: {
            bgColor: string;
        };
    };
    _active: {
        bgColor: string;
    };
};

declare const PAGE = "page";
export { PAGE }
export { PAGE as PAGE_alias_1 }

declare const page: {
    colorPalette: string;
};
export { page }
export { page as page_alias_1 }

/**
 * This module is a collection of page tokens that are used to generate the theme.
 * @module pageTokens
 */
declare interface PageTokens {
    readonly page: {
        readonly backdrop: {
            readonly initial: SemanticToken;
        };
        readonly bg: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
        readonly border: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
        readonly surface: {
            readonly [P in Prominence]: SemanticToken;
        };
        readonly text: {
            readonly [P in Prominence]: SemanticToken;
        };
    };
}
export { PageTokens }
export { PageTokens as PageTokens_alias_1 }
export { PageTokens as PageTokens_alias_2 }
export { PageTokens as PageTokens_alias_3 }

declare const pageTokens: PageTokens;
export { pageTokens }
export { pageTokens as pageTokens_alias_1 }
export { pageTokens as pageTokens_alias_2 }
export { pageTokens as pageTokens_alias_3 }

declare type PandaSelectors<T extends string, V> = {
    readonly [K in `_${T}`]: V;
};
export { PandaSelectors }
export { PandaSelectors as PandaSelectors_alias_1 }
export { PandaSelectors as PandaSelectors_alias_2 }
export { PandaSelectors as PandaSelectors_alias_3 }

declare const patterns: {
    extend: {
        animateIn: PatternConfig<PatternProperties>;
        scrollable: PatternConfig<PatternProperties>;
    };
};
export { patterns }
export { patterns as patterns_alias_1 }

declare type PrimitiveCollection = RawTokens['primitives']['colors'] | RawTokens['primitives']['typography'];
export { PrimitiveCollection }
export { PrimitiveCollection as PrimitiveCollection_alias_1 }

/**
 * The use or level of emphasis of a color.
 * @description **noun**, how something stands out.
 * @readonly **optional**
 */
declare type Prominence = 'initial' | 'inverse' | 100 | 200 | 300;
export { Prominence }
export { Prominence as Prominence_alias_1 }
export { Prominence as Prominence_alias_2 }
export { Prominence as Prominence_alias_3 }

/**
 * This module is a collection of info tokens that are used to generate the theme.
 * @module infoTokens
 */
declare type Prominences = Exclude<Prominence, 'inverse' | 300>;

/**
 * This module is a collection of success tokens that are used to generate the theme.
 * @module successTokens
 */
declare type Prominences_2 = Exclude<Prominence, 300>;

/**
 * This module is a collection of warning tokens that are used to generate the theme.
 * @module warningTokens
 */
declare type Prominences_3 = Exclude<Prominence, 300>;

/**
 * This module is a collection of danger tokens that are used to generate the theme.
 * @module dangerTokens
 */
declare type Prominences_4 = Exclude<Prominence, 300>;

/**
 * Styles for the Radio component
 * @definition [ARIA Target Size](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html#:~:text=Understanding%20SC%202.5.,%3ATarget%20Size%20(Level%20AAA)&text=The%20size%20of%20the%20target,Equivalent)
 * @definition [ARIA Forms](https://www.a11yproject.com/checklist/#forms)
 * @definition [Input docs](https://cerberus.digitalu.design/react/radio)
 */
export declare const radio: Partial<SlotRecipeConfig_2>;

/**
 * This module is a collection of raw tokens that are used to generate the theme.
 * @module rawTokens
 */
declare interface RawTokens {
    primitives: {
        colors: typeof primitiveColors;
        typography: typeof primitiveTypography;
    };
    semanticColors: {
        dark: typeof semanticColorsDark;
        light: typeof semanticColorsLight;
    };
    textStyles: typeof TextStyles_2;
}
export { RawTokens }
export { RawTokens as RawTokens_alias_1 }

declare const rawTokens: RawTokens;
export { rawTokens }
export { rawTokens as rawTokens_alias_1 }

declare type RecipePalette<K extends Sentiment[]> = K[];
export { RecipePalette }
export { RecipePalette as RecipePalette_alias_1 }

/**
 * Recipe module for the Panda preset
 * @module
 */
declare const recipes: {
    button: RecipeConfig<RecipeVariantRecord>;
    fieldMessage: RecipeConfig<RecipeVariantRecord>;
    iconButton: RecipeConfig<RecipeVariantRecord>;
    label: RecipeConfig<RecipeVariantRecord>;
    modalIcon: RecipeConfig<RecipeVariantRecord>;
    tag: RecipeConfig<RecipeVariantRecord>;
};
export { recipes }
export { recipes as recipes_alias_1 }

declare const SECONDARY_ACTION = "secondaryAction";
export { SECONDARY_ACTION }
export { SECONDARY_ACTION as SECONDARY_ACTION_alias_1 }

declare const secondaryAction: {
    colorPalette: string;
};
export { secondaryAction }
export { secondaryAction as secondaryAction_alias_1 }

declare type SecondaryActionNavProminences = {
    readonly initial: SemanticToken;
    readonly hover: SemanticToken;
    readonly visited: SemanticToken;
};
export { SecondaryActionNavProminences }
export { SecondaryActionNavProminences as SecondaryActionNavProminences_alias_1 }
export { SecondaryActionNavProminences as SecondaryActionNavProminences_alias_2 }
export { SecondaryActionNavProminences as SecondaryActionNavProminences_alias_3 }

declare type SecondaryActionProminences = {
    readonly initial: SemanticToken;
    readonly hover: SemanticToken;
    readonly active: SemanticToken;
};
export { SecondaryActionProminences }
export { SecondaryActionProminences as SecondaryActionProminences_alias_1 }
export { SecondaryActionProminences as SecondaryActionProminences_alias_2 }
export { SecondaryActionProminences as SecondaryActionProminences_alias_3 }

declare interface SecondaryActionTokens {
    readonly secondaryAction: {
        readonly bg: SecondaryActionProminences;
        readonly border: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
        };
        readonly ghost: SecondaryActionProminences;
        readonly navigation: SecondaryActionNavProminences;
        readonly text: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
    };
}
export { SecondaryActionTokens }
export { SecondaryActionTokens as SecondaryActionTokens_alias_1 }
export { SecondaryActionTokens as SecondaryActionTokens_alias_2 }
export { SecondaryActionTokens as SecondaryActionTokens_alias_3 }

declare const secondaryActionTokens: SecondaryActionTokens;
export { secondaryActionTokens }
export { secondaryActionTokens as secondaryActionTokens_alias_1 }
export { secondaryActionTokens as secondaryActionTokens_alias_2 }
export { secondaryActionTokens as secondaryActionTokens_alias_3 }

declare const semanticColors: {
    text: {
        action: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            navigation: {
                initial: {
                    $type: string;
                    $value: string;
                    $description: string;
                    $extensions: {
                        "com.figma": {
                            hiddenFromPublishing: boolean;
                            scopes: string[];
                            codeSyntax: {};
                        };
                    };
                };
                hover: {
                    $type: string;
                    $value: string;
                    $description: string;
                    $extensions: {
                        "com.figma": {
                            hiddenFromPublishing: boolean;
                            scopes: string[];
                            codeSyntax: {};
                        };
                    };
                };
                visited: {
                    $type: string;
                    $value: string;
                    $description: string;
                    $extensions: {
                        "com.figma": {
                            hiddenFromPublishing: boolean;
                            scopes: string[];
                            codeSyntax: {};
                        };
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        page: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "300": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        danger: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        warning: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        success: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        info: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        "secondary-action": {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            navigation: {
                initial: {
                    $type: string;
                    $value: string;
                    $description: string;
                    $extensions: {
                        "com.figma": {
                            hiddenFromPublishing: boolean;
                            scopes: string[];
                            codeSyntax: {};
                        };
                    };
                };
                hover: {
                    $type: string;
                    $value: string;
                    $description: string;
                    $extensions: {
                        "com.figma": {
                            hiddenFromPublishing: boolean;
                            scopes: string[];
                            codeSyntax: {};
                        };
                    };
                };
                visited: {
                    $type: string;
                    $value: string;
                    $description: string;
                    $extensions: {
                        "com.figma": {
                            hiddenFromPublishing: boolean;
                            scopes: string[];
                            codeSyntax: {};
                        };
                    };
                };
            };
        };
    };
    surface: {
        page: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "300": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            inverse: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        success: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        danger: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        warning: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        info: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
    };
    border: {
        page: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        success: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        danger: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        action: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            focus: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        warning: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        info: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        "secondary-action": {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            focus: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
    };
    background: {
        action: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "100-hover": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        page: {
            "100": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            "200": {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        danger: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        info: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        success: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        "secondary-action": {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
    };
    ghost: {
        action: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        danger: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        success: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
        "secondary-action": {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            hover: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
            active: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
    };
    "WIP-data-viz": {
        "data-1": {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        "data-2": {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        "data-3": {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        "data-4": {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
    };
    backdrop: {
        page: {
            initial: {
                $type: string;
                $value: string;
                $description: string;
                $extensions: {
                    "com.figma": {
                        hiddenFromPublishing: boolean;
                        scopes: string[];
                        codeSyntax: {};
                    };
                };
            };
        };
    };
    "drop-shadow": {
        sm: {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        md: {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
        lg: {
            $type: string;
            $value: string;
            $description: string;
            $extensions: {
                "com.figma": {
                    hiddenFromPublishing: boolean;
                    scopes: string[];
                    codeSyntax: {};
                };
            };
        };
    };
};
export { semanticColors }
export { semanticColors as semanticColors_alias_1 }

/**
 * The semantic token options of a color.
 */
declare type SemanticToken = {
    description?: string;
    value: ThemeSelectors;
};
export { SemanticToken }
export { SemanticToken as SemanticToken_alias_1 }
export { SemanticToken as SemanticToken_alias_2 }
export { SemanticToken as SemanticToken_alias_3 }

/**
 * The categories of a theme.
 * @description **adjective**, how something is perceived.
 * @readonly **required**
 */
declare type Sentiment = 'page' | 'action' | 'secondaryAction' | 'info' | 'success' | 'warning' | 'danger';
export { Sentiment }
export { Sentiment as Sentiment_alias_1 }
export { Sentiment as Sentiment_alias_2 }
export { Sentiment as Sentiment_alias_3 }

declare type SentimentConfig = {
    [key in Sentiment]?: {
        [key in Usage]?: SemanticToken | {
            readonly [key in Prominence]?: SemanticToken;
        } | {
            readonly [key in Interaction]?: SemanticToken;
        };
    };
};
export { SentimentConfig }
export { SentimentConfig as SentimentConfig_alias_1 }
export { SentimentConfig as SentimentConfig_alias_2 }
export { SentimentConfig as SentimentConfig_alias_3 }

export declare const sharpRadii: {
    borderTopRightRadius: string;
    borderBottomLeftRadius: string;
};

declare type Simplify<T> = T extends unknown ? {
    [K in keyof T]: T[K];
} : never;
export { Simplify }
export { Simplify as Simplify_alias_1 }

declare const slotRecipes: {
    input: Partial<SlotRecipeConfig>;
    modal: Partial<SlotRecipeConfig>;
    radio: Partial<SlotRecipeConfig>;
    tabs: Partial<SlotRecipeConfig>;
    toggle: Partial<SlotRecipeConfig>;
};
export { slotRecipes }
export { slotRecipes as slotRecipes_alias_1 }

declare const SUCCESS = "success";
export { SUCCESS }
export { SUCCESS as SUCCESS_alias_1 }

declare const success: {
    colorPalette: string;
};
export { success }
export { success as success_alias_1 }

declare interface SuccessTokens {
    readonly success: {
        readonly border: {
            readonly initial: SemanticToken;
        };
        readonly bg: {
            readonly initial: SemanticToken;
            readonly hover: SemanticToken;
            readonly active: SemanticToken;
        };
        readonly surface: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
        readonly text: {
            readonly [P in Prominences_2]: SemanticToken;
        };
    };
}
export { SuccessTokens }
export { SuccessTokens as SuccessTokens_alias_1 }
export { SuccessTokens as SuccessTokens_alias_2 }
export { SuccessTokens as SuccessTokens_alias_3 }

declare const successTokens: SuccessTokens;
export { successTokens }
export { successTokens as successTokens_alias_1 }
export { successTokens as successTokens_alias_2 }
export { successTokens as successTokens_alias_3 }

/**
 * Styles for the Tab component
 * @definition [ARIA Target Size](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html#:~:text=Understanding%20SC%202.5.,%3ATarget%20Size%20(Level%20AAA)&text=The%20size%20of%20the%20target,Equivalent)
 * @definition [Tab docs](https://cerberus.digitalu.design/react/tabs)
 */
export declare const tabs: Partial<SlotRecipeConfig_2>;

/**
 * Styles for the Tag component
 * @definition [Tag docs](https://cerberus.digitalu.design/react/tags)
 */
export declare const tag: RecipeConfig_2<RecipeVariantRecord_2>;

export declare const tagBase: {
    alignItems: string;
    color: string;
    display: string;
    gap: string;
    justifyContent: string;
    lineHeight: string;
    userSelect: string;
    whiteSpace: string;
};

export declare const tagPalettes: {
    page: {
        colorPalette: string;
    };
    info: {
        colorPalette: string;
    };
    success: {
        colorPalette: string;
    };
    warning: {
        colorPalette: string;
    };
    danger: {
        colorPalette: string;
    };
};

declare const text: {
    "brand-font": {
        $type: string;
        $value: string;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-800": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-700": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-600": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-500": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-400": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-300": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-weight-200": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-300": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-325": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-350": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-400": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-450": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-500": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-600": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-750": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-900": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-1000": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-1050": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
    "font-size-1200": {
        $type: string;
        $value: number;
        $description: string;
        $extensions: {
            "com.figma": {
                hiddenFromPublishing: boolean;
                scopes: string[];
                codeSyntax: {};
            };
        };
    };
};
export { text }
export { text as text_alias_1 }

declare const textStyles: TextStyles;
export { textStyles }
export { textStyles as textStyles_alias_1 }
export { textStyles as textStyles_alias_2 }

export declare const textUsage: {
    colorPalette: string;
    bgColor: string;
    border: string;
    color: string;
    transitionProperty: string;
    transitionDuration: string;
    transitionTimingFunction: string;
    _hover: {
        bgColor: string;
    };
    _active: {
        bgColor: string;
        color: string;
    };
    _disabled: {
        bgColor: string;
        _active: {
            color: string;
        };
    };
};

/**
 * The Pando theme of a color.
 */
declare type Themes = 'cerberusTheme';
export { Themes }
export { Themes as Themes_alias_1 }
export { Themes as Themes_alias_2 }
export { Themes as Themes_alias_3 }

declare type ThemeSelectors = PandaSelectors<Themes, Token>;
export { ThemeSelectors }
export { ThemeSelectors as ThemeSelectors_alias_1 }
export { ThemeSelectors as ThemeSelectors_alias_2 }
export { ThemeSelectors as ThemeSelectors_alias_3 }

/**
 * Styles for the Toggle component
 * @definition [ARIA Target Size](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html#:~:text=Understanding%20SC%202.5.,%3ATarget%20Size%20(Level%20AAA)&text=The%20size%20of%20the%20target,Equivalent)
 * @definition [ARIA Forms](https://www.a11yproject.com/checklist/#forms)
 * @definition [Input docs](https://cerberus.digitalu.design/react/toggle)
 */
export declare const toggle: Partial<SlotRecipeConfig_2>;

declare type Token = Simplify<{
    readonly base: string;
} & ModeSelectors>;
export { Token }
export { Token as Token_alias_1 }
export { Token as Token_alias_2 }
export { Token as Token_alias_3 }

declare const tokens: {
    fonts: {
        display: {
            description: string;
            value: string;
        };
        sans: {
            description: string;
            value: string;
        };
        mono: {
            description: string;
            value: string;
        };
        monoStrong: {
            description: string;
            value: string;
        };
    };
    zIndex: {
        hide: {
            description: string;
            value: number;
        };
        base: {
            description: string;
            value: number;
        };
        decorator: {
            description: string;
            value: number;
        };
        dropdown: {
            description: string;
            value: number;
        };
        sticky: {
            description: string;
            value: number;
        };
        banner: {
            description: string;
            value: number;
        };
        overlay: {
            description: string;
            value: number;
        };
        modal: {
            description: string;
            value: number;
        };
        popover: {
            description: string;
            value: number;
        };
        toast: {
            description: string;
            value: number;
        };
        tooltip: {
            description: string;
            value: number;
        };
    };
};
export { tokens }
export { tokens as tokens_alias_1 }
export { tokens as tokens_alias_2 }

/**
 * How a color is presented (can be a CSS property or HTML element).
 * @description **noun**, how something is used within an interface.
 * @readonly **required**
 */
declare type Usage = 'backdrop' | 'bg' | 'border' | 'navigation' | 'surface' | 'text' | 'ghost';
export { Usage }
export { Usage as Usage_alias_1 }
export { Usage as Usage_alias_2 }
export { Usage as Usage_alias_3 }

declare const utilities: {
    extend: {
        cerberusGradient: PropertyConfig;
        pxi: PropertyConfig;
        mxi: PropertyConfig;
    };
};
export { utilities }
export { utilities as utilities_alias_1 }

declare const WARNING = "warning";
export { WARNING }
export { WARNING as WARNING_alias_1 }

declare const warning: {
    colorPalette: string;
};
export { warning }
export { warning as warning_alias_1 }

declare interface WarningTokens {
    readonly warning: {
        readonly border: {
            readonly initial: SemanticToken;
        };
        readonly surface: {
            readonly initial: SemanticToken;
            readonly 100: SemanticToken;
            readonly 200: SemanticToken;
        };
        readonly text: {
            readonly [P in Prominences_3]: SemanticToken;
        };
    };
}
export { WarningTokens }
export { WarningTokens as WarningTokens_alias_1 }
export { WarningTokens as WarningTokens_alias_2 }
export { WarningTokens as WarningTokens_alias_3 }

declare const warningTokens: WarningTokens;
export { warningTokens }
export { warningTokens as warningTokens_alias_1 }
export { warningTokens as warningTokens_alias_2 }
export { warningTokens as warningTokens_alias_3 }

declare const zIndex: {
    hide: {
        description: string;
        value: number;
    };
    base: {
        description: string;
        value: number;
    };
    decorator: {
        description: string;
        value: number;
    };
    dropdown: {
        description: string;
        value: number;
    };
    sticky: {
        description: string;
        value: number;
    };
    banner: {
        description: string;
        value: number;
    };
    overlay: {
        description: string;
        value: number;
    };
    modal: {
        description: string;
        value: number;
    };
    popover: {
        description: string;
        value: number;
    };
    toast: {
        description: string;
        value: number;
    };
    tooltip: {
        description: string;
        value: number;
    };
};
export { zIndex }
export { zIndex as zIndex_alias_1 }
export { zIndex as zIndex_alias_2 }

export { }
