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