export interface AppRemarkTheme { pageBackgroundColor?: string; appBarBackgroundColor?: string; appBarTitleText?: string; appBarTitleColor?: string; remarkTypeLabelText?: string; descriptionLabelText?: string; descriptionHintText?: string; descriptionMaxLength?: number; buttonText?: string; buttonTextColor?: string; buttonBackgroundColor?: string; labelColor?: string; hintColor?: string; inputTextColor?: string; } export interface EventInfo { message: string; status: 'SUCCESS' | 'FAILURE'; } //# sourceMappingURL=types.d.ts.map