import type { DOMAttributes } from './panel';
export declare const getDomAttrs: (nodeAttrs: {
    [key: string]: any;
}) => DOMAttributes;
