export declare const useColor: (colorId?: string) => { value: string; id: string; } | null;