/** * Describes a class that allows opening a modal through refs. */ export interface IOpenableModal { OpenModal: () => void; }