import React from 'react';
import type { PanelHeaderProps } from '@redocly/theme';
import type { FieldViewProps } from './FieldView';
type FieldRowProps = PanelHeaderProps & FieldViewProps;
declare function FieldRowComponent({ field, expanded, isArgument }: FieldRowProps): React.JSX.Element;
export declare const FieldRow: React.MemoExoticComponent<typeof FieldRowComponent>;
export {};
