import Component from "../../components/drawer/drawer.component.js"; import { type EventName } from "@lit/react"; import type { SlShowEvent } from "@shoelace-style/shoelace"; import type { SlAfterShowEvent } from "@shoelace-style/shoelace"; import type { SlHideEvent } from "@shoelace-style/shoelace"; import type { SlAfterHideEvent } from "@shoelace-style/shoelace"; import type { SlInitialFocusEvent } from "@shoelace-style/shoelace"; import type { SlRequestCloseEvent } from "@shoelace-style/shoelace"; export type { SlShowEvent } from "@shoelace-style/shoelace"; export type { SlAfterShowEvent } from "@shoelace-style/shoelace"; export type { SlHideEvent } from "@shoelace-style/shoelace"; export type { SlAfterHideEvent } from "@shoelace-style/shoelace"; export type { SlInitialFocusEvent } from "@shoelace-style/shoelace"; export type { SlRequestCloseEvent } from "@shoelace-style/shoelace"; /** * @summary TqDrawer est un composant qui permet d'afficher un contenu dans un panneau coulissant * @documentation /components/drawer * @status experimental * @since 0.2.0 * */ declare const reactWrapper: import("@lit/react").ReactWebComponent; onSlAfterShow: EventName; onSlHide: EventName; onSlAfterHide: EventName; onSlInitialFocus: EventName; onSlRequestClose: EventName; }>; export default reactWrapper;