export * from "./components/button";
export * from "./components/button-group";
export * from "./lib/utils";
export declare const DESIGN_TOKENS: {
    readonly BRAND_COLOR: "#d6002a";
    readonly PRIMARY_ACTION_COLOR: "#006d89";
    readonly PRIMARY_ACTION_HOVER: "#00495b";
    readonly BORDER_RADIUS: "2px";
    readonly COMPONENT_HEIGHT: "30px";
};
