/**
 * @public
 */
export interface ThemeLayer {
  dialog: {zOffset: number}
  popover: {zOffset: number}
  tooltip: {zOffset: number}
}
