import { type EventEmitter } from "../../stencil-public-runtime"; export type Size = "medium" | "large"; export type Variant = "primary" | "outlined" | "text" | "caution" | "danger"; /** * A button component that can be used either as a normal button or as a link. * Will render a `