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