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 FormWarning: React.ForwardRefExoticComponent>;
export default FormWarning;
//# sourceMappingURL=FormWarning.d.ts.map