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