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