export declare const Callout: ({ type, children, }: { type: "warning" | "note" | "tip"; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;