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