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