export declare class AutoCompleteSuggestion { static STARTSWITH_AND_ALLOW_NEW: (inp: string, choices?: any[]) => any[]; static STARTSWITH: (inp: string, choices?: any[]) => any[]; static INCLUDE_AND_ALLOW_NEW: (inp: string, choices?: any[]) => any[]; static INCLUDE: (inp: string, choices?: any[]) => any[]; }