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