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