export declare const PillInputMessages: { removeAll: () => string itemsCleared: () => string itemsRemoved: (items: string) => string itemsAdded: (items: string) => string itemsExists: (items: string, count: number) => string itemsSeparator: () => string };