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