ModalButton: {
    description?: string;
    label: string;
    level?: ButtonLevel;
    onclick: (() => void);
}