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