import React from 'react'; import type { MuiChipsInputChip, MuiChipsInputChipComponent, MuiChipsInputChipProps, MuiChipsInputProps } from '../../index.types'; declare const TextFieldChips: React.ForwardRefExoticComponent<(Omit void) | undefined; onEditChip?: ((chip: MuiChipsInputChip, chipIndex: number) => void) | undefined; clearInputOnBlur?: boolean | undefined; addOnBlur?: boolean | undefined; hideClearAll?: boolean | undefined; disableDeleteOnBackspace?: boolean | undefined; addOnWhichKey?: string | string[] | undefined; disableEdition?: boolean | undefined; inputValue?: string | undefined; validate?: MuiChipsInputProps['validate']; onInputChange?: ((inputValue: string) => void) | undefined; onDeleteChip?: ((chipIndex: number) => void) | undefined; onDeleteAllChips?: (() => void) | undefined; renderChip?: ((ChipComponent: MuiChipsInputChipComponent, key: React.Key, ChipProps: MuiChipsInputChipProps) => JSX.Element) | undefined; }, "ref"> | Omit void) | undefined; onEditChip?: ((chip: MuiChipsInputChip, chipIndex: number) => void) | undefined; clearInputOnBlur?: boolean | undefined; addOnBlur?: boolean | undefined; hideClearAll?: boolean | undefined; disableDeleteOnBackspace?: boolean | undefined; addOnWhichKey?: string | string[] | undefined; disableEdition?: boolean | undefined; inputValue?: string | undefined; validate?: MuiChipsInputProps['validate']; onInputChange?: ((inputValue: string) => void) | undefined; onDeleteChip?: ((chipIndex: number) => void) | undefined; onDeleteAllChips?: (() => void) | undefined; renderChip?: ((ChipComponent: MuiChipsInputChipComponent, key: React.Key, ChipProps: MuiChipsInputChipProps) => JSX.Element) | undefined; }, "ref"> | Omit void) | undefined; onEditChip?: ((chip: MuiChipsInputChip, chipIndex: number) => void) | undefined; clearInputOnBlur?: boolean | undefined; addOnBlur?: boolean | undefined; hideClearAll?: boolean | undefined; disableDeleteOnBackspace?: boolean | undefined; addOnWhichKey?: string | string[] | undefined; disableEdition?: boolean | undefined; inputValue?: string | undefined; validate?: MuiChipsInputProps['validate']; onInputChange?: ((inputValue: string) => void) | undefined; onDeleteChip?: ((chipIndex: number) => void) | undefined; onDeleteAllChips?: (() => void) | undefined; renderChip?: ((ChipComponent: MuiChipsInputChipComponent, key: React.Key, ChipProps: MuiChipsInputChipProps) => JSX.Element) | undefined; }, "ref">) & React.RefAttributes>; export default TextFieldChips;