import * as react_jsx_runtime0 from "react/jsx-runtime"; import { Alert } from "@gentleduck/registry-ui/alert"; //#region src/components/mdx/mdx-components/callout.d.ts type CalloutTone = 'default' | 'info' | 'warning' | 'deprecated'; declare function Callout({ title, children, icon, tone, className, ...props }: React.ComponentPropsWithoutRef & { icon?: React.ReactNode; tone?: CalloutTone; }): react_jsx_runtime0.JSX.Element; //#endregion export { Callout as t };