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