import type { Option } from '../../types'; declare const renderOption: (option: Option) => string; export default renderOption; //# sourceMappingURL=render-option.d.ts.map