import type { Components, JSX } from "../types/components";

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