import type { Properties } from 'hastscript'; export declare function mergeProps(p: Properties, { className, style, ...others }: Properties): Properties;