export type HexRgb = { hex: string; rgb: string; }; export type TailwindColorObject = { label: string; shades: Record; }; export declare const tailwindDefaultColors: TailwindColorObject[];