export declare class ConfirmationModel { title: string; content: string; btnSubmit: string; btnSubmitRed: string; btnCancel: string; }