import { CustomElement } from '../../Abstracts/CustomElement'; declare const SemanticElement_base: (abstract new (...args: Array) => import("../../../Behaviors/Themeable").IThemeableProps) & (abstract new (...args: Array) => import("../../../Behaviors/Appearanceable").IAppearanceableProps) & (abstract new (...args: Array) => import("../../../Behaviors/Variantable").IVariantableProps) & (abstract new (...args: Array) => import("../../../Behaviors/Disableable").IDisableableProps) & typeof CustomElement & import("../../../Behaviors/Themeable").IThemeableCtor; /** * SemanticElement - Abstract base class for HTML semantic element wrappers. * * @description * Provides the shared foundation for all Mosaik components that wrap native HTML semantic elements * such as `
    `, `
      `, `
    • `, `
      `, ``, `
      `, ``, ``, * `