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