export declare enum SeparatorDataAttributes {
  /**
   * Indicates the orientation of the separator.
   * @type {'horizontal' | 'vertical'}
   */
  orientation = "data-orientation",
}