import type { Components, JSX } from "../types/components"; interface RuxTabPanel extends Components.RuxTabPanel, HTMLElement {} export const RuxTabPanel: { prototype: RuxTabPanel; new (): RuxTabPanel; };