export interface FocusableContainer {
    getGui(): HTMLElement;
    setAllowFocus?(allowFocus: boolean): void;
}
