import { ComponentProps } from 'react'; type Props = ComponentProps<'p'>; export default function ErrorMessage({ children, ...props }: Props): import("react/jsx-runtime").JSX.Element | null; export {};