export type GridLiveRegionContextType = { announcement: string setAnnouncement: (announcement: string) => void }