import type { Components, JSX } from "../types/components"; interface SwirlIconVolumeUp extends Components.SwirlIconVolumeUp, HTMLElement {} export const SwirlIconVolumeUp: { prototype: SwirlIconVolumeUp; new (): SwirlIconVolumeUp; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;