export declare const colors: Readonly<import("@pluralsight/ps-design-system-util/dist/esm/key-mirror").KeyMirror<["blue", "green", "red", "textIconHighOnDark", "textIconHighOnLight", "textIconLowOnDark", "textIconLowOnLight", "yellow"]>>;
export declare const sizes: Readonly<import("@pluralsight/ps-design-system-util/dist/esm/key-mirror").KeyMirror<["xSmall", "small", "medium", "large"]>>;
export declare const widths: {
    xSmall: string;
    small: string;
    medium: string;
    large: string;
};
