import { LabelValueItemInterface } from './interfaces'; declare const formateOptions: (options: (LabelValueItemInterface | string)[], labelKey: string, valueKey: string) => LabelValueItemInterface[]; export default formateOptions;