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