import { Option } from './Option'; interface StringOptionConfig extends Option { preset?: string[]; } export { StringOptionConfig };