export declare const TextareaColor: { readonly ERROR: "error"; readonly NEUTRAL: "neutral"; readonly SUCCESS: "success"; readonly WARNING: "warning"; }; export type TextareaColor = (typeof TextareaColor)[keyof typeof TextareaColor];