ImageElement: FormElementBase & {
    decorativeImage?: boolean;
    defaultValue: string;
    type: "image";
}