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