import { ActionsModel } from './actions.model'; export declare class FormActionsModel { /** * Button actions */ Actions: Array; /** * Simple text on the same line as the buttons */ Message?: string; }