/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const DIVIDER_COLORS: Readonly<{ readonly primary: "rgb(170, 175, 184)"; readonly secondary: "rgb(255, 255, 255)"; }>; export type DividerColor = keyof typeof DIVIDER_COLORS; export declare const DIVIDER_COLOR_KEYS: readonly DividerColor[];