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