import Component from "../../components/button/button.component.js"; import { type EventName } from "@lit/react"; import type { SlBlurEvent } from "@shoelace-style/shoelace"; import type { SlFocusEvent } from "@shoelace-style/shoelace"; import type { SlInvalidEvent } from "@shoelace-style/shoelace"; export type { SlBlurEvent } from "@shoelace-style/shoelace"; export type { SlFocusEvent } from "@shoelace-style/shoelace"; export type { SlInvalidEvent } from "@shoelace-style/shoelace"; /** * @summary TqButton est un composant de bouton qui étend le composant de bouton de Shoelace. * @documentation /components/button * @status experimental * @since 0.2.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; onSlFocus: EventName; onSlInvalid: EventName; }>; export default reactWrapper;