import type { HTMLAttributes } from 'react';
export type FieldAffixesProps = Omit, 'prefix'>;
/**
* FieldAffixes component, used to wrap a form field.
*
* @example
*
* NOK
*
* pr. mnd.
*
*/
export declare const FieldAffixes: import("react").ForwardRefExoticComponent>;
export type FieldAffixProps = Omit, 'prefix'>;
/**
* FieldAffix component, used to wrap a form field.
* Use together with Field.Affixes.
*
* @example
*
* NOK
*
* pr. mnd.
*
*/
export declare const FieldAffix: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=field-affix.d.ts.map