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