export declare const WarningMessage: ({ text, ...restProps }: { text: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;