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