export interface ErrorMessageProps { /** The error message to display. Can be a string or an Error object */ message?: string | Error }