export declare const TEXT_COLORS: { name: string; value: string; }[]; export declare const ColorSection: ({ onPick, trigerColor, }: { onPick: (color: string) => void; trigerColor: string; }) => import("react/jsx-runtime").JSX.Element;