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