import Component from '../../components/callout/callout.js'; /** * @summary Callouts display important messages inline with surrounding content. Use them to highlight tips, warnings, * errors, or other information users should not miss. * @documentation https://webawesome.com/docs/components/callout * @status stable * @since 3.0 * * @slot - The callout's main content. * @slot icon - An icon to show in the callout. Works best with ``. * * @csspart icon - The container that wraps the optional icon. * @csspart message - The container that wraps the callout's main content. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;