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