import { INatureOption } from '../../abstraction'; export declare const normalizeNatureHoverOption: (option?: INatureOption) => INatureOption;