export interface OverlayEvents {
    onClick: (event: MouseEvent) => void;
}
