import { Option } from '../component/form/Select'; export declare function greekify(str: string): string; export declare function filterLib(lib: any, filter: string): {}; export declare function filterFGLib(lib: any, filter: any): {}; export declare const getSelectOptionsFromSchema: (schema: any) => Array