export interface ImageTextOutputModel {
    text: string;
    image?: string;
    title?: string;
    cardTable?: boolean;
    borderRadiusImage?: string | number;
    clinesText?: number;
}
