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