import type { ReactNode } from 'react';
export declare function Warning({ children, html, ...extraProps }: {
    children?: ReactNode;
    html?: string;
}): import("react/jsx-runtime").JSX.Element;
