import React from "react"; import type { SnackbarActionPlacement, WarpSnackbarItem } from "./snackbar-item.js"; /** * You should probably not use this component directly. An item to show in a `w-snackbar`. * * See the `create` function on `w-snackbar` for a convenience API which helps you make snackbar items. * * [Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements) */ export declare const SnackbarItem: React.ForwardRefExoticComponent, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "close" | "updated" | "render" | "renderOptions" | "actionPlacement" | "duration"> & {} & Partial> & React.RefAttributes, "ref">, "action-placement"> & { actionPlacement?: SnackbarActionPlacement; } & React.RefAttributes>;