export interface ConfirmationButtonProps { label: string; disabled?: boolean; isBtnOpen?: boolean; handlerMainButton: () => void; children: JSX.Element; }