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