import * as React from 'react'; interface Props { children: React.ReactNode; errorBackground?: boolean; } export declare const Warning: ({ errorBackground, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};