export declare const toLower: (value: string) => string;
export declare const defaultFilterOptions: (input: string, option: any) => boolean;
