export { SIZE } from '../input'; export declare const TYPE: { readonly select: "select"; readonly search: "search"; }; export declare const STATE_CHANGE_TYPE: Readonly<{ readonly select: "select"; readonly remove: "remove"; readonly clear: "clear"; readonly inputChange: "inputChange"; readonly selectAll: "selectAll"; }>; export declare const SELECT_ALL_ID = "__selectAll";