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