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