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