import type { ReactNode } from 'react'; export declare const Notice: ({ maxLength, error, success, helper, disabled, value, id, }: { maxLength?: number; error?: string | boolean; success?: string | boolean; helper?: ReactNode; disabled?: boolean; value?: string; id: string; }) => import("react").JSX.Element; //# sourceMappingURL=Notice.d.ts.map