import { type ComponentPropsWithoutRef } from 'react'; export type FormMessageProps = ComponentPropsWithoutRef<'p'>; export declare const FormMessage: import("react").NamedExoticComponent, HTMLParagraphElement>, "ref">>; //# sourceMappingURL=FormMessage.d.ts.map