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