type OptionsType = Array<{ key: string; content: string; }>; declare function convertToOptions(data: any): OptionsType; export { OptionsType, convertToOptions };