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