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