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