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