export interface ModalEvents {
    onClose: (event: Event) => void;
}
