interface Props { [key: string]: any; } export declare const isDOM: (element: HTMLElement) => boolean; export declare const hasOwnProperty: (v: PropertyKey) => boolean; /** * @param props jsx props(会被就地修改:去掉指令字段) * @param type 组件类型;仅对宿主 DOM(string)挂 ref,避免函数组件 ref 警告 */ export declare const transformProps: (props: Props, type?: unknown) => false | undefined; export {}; //# sourceMappingURL=utils.d.ts.map