declare const COLOR_VARIANTS: readonly ["compact", "table"]; type ColorVariant = (typeof COLOR_VARIANTS)[number]; export { COLOR_VARIANTS }; export type { ColorVariant }; //# sourceMappingURL=constants.d.ts.map