type ThemeTextArea = { textUserInput: string; textLabel: string; textOptional: string; textSupporting: string; textError: string; textSuccess: string; backgroundInput: string; border: string; borderError: string; borderSuccess: string; }; declare const themeTextArea: ThemeTextArea; export { themeTextArea }; export type { ThemeTextArea };