import type { Components, JSX } from "../types/components"; interface RuxIconCameraRoll extends Components.RuxIconCameraRoll, HTMLElement {} export const RuxIconCameraRoll: { prototype: RuxIconCameraRoll; new (): RuxIconCameraRoll; };