import type { ReactNode, HTMLAttributes } from 'react';
import React from 'react';
import type { BaseProps } from '@toptal/picasso-shared';
export interface Props extends BaseProps, HTMLAttributes {
/** The text of the error */
children: ReactNode;
}
export declare const FormError: React.ForwardRefExoticComponent>;
export default FormError;
//# sourceMappingURL=FormError.d.ts.map