import { FC, HTMLAttributes } from 'react'; import type { FieldProps as BaseProps, DisabledProps } from '@sberdevices/plasma-core'; export interface FieldProps extends BaseProps, DisabledProps, HTMLAttributes { } export declare const Field: FC; //# sourceMappingURL=Field.d.ts.map