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