/**
* Key handler for the input field.
* Lets the user select, activate, and remove chips with the keyboard.
*
* @paramevent - event
*/export declare functionhandleKeyboardEvent(event: KeyboardEvent): void;
//# sourceMappingURL=chip-set-input-helpers.d.ts.map