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