export type IkasThemeOverlay = { visible: boolean; show: () => void; hide: () => void; };