import { FunctionComponent } from 'react'; export interface FieldActionsProps { propName: string; clearAriaLabel: string; toggleRawAriaLabel?: string; toggleRawValueWrap?: () => void; onRemove: () => void; } export declare const FieldActions: FunctionComponent; //# sourceMappingURL=FieldActions.d.ts.map