export interface ITitleable {
  readonly title?: string;
}
