/// import { Icons } from "../Icon/icon.constants"; export interface MessageProperties { title?: string | JSX.Element; subTitle?: string | JSX.Element; buttonTemplate?: JSX.Element; onClickButonHandler?: () => void; backgroundImage?: string; backgroundGradientColor?: string; buttons?: React.ReactNode | JSX.Element[]; lateral?: JSX.Element; complement?: JSX.Element; icon?: Icons; }