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