export declare enum ToastContentDataAttributes {
  /**
   * Present when the toast viewport is expanded.
   * @type {boolean}
   */
  expanded = "data-expanded",
  /**
   * Present when the toast is behind the frontmost toast in the stack.
   * @type {boolean}
   */
  behind = "data-behind",
}