/// <reference types="react" />
export interface IFormNoticeProps {
    className?: string;
    style?: React.CSSProperties;
}
export declare const FormNotice: React.FC<IFormNoticeProps>;
