export declare function FormError({ error, children }: {
    error?: string;
    children?: any;
}): import("react/jsx-runtime").JSX.Element;
export default FormError;
//# sourceMappingURL=FormError.d.ts.map