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