import { ReactElement } from 'react'; import { Config } from './config'; import { NodeProps } from '../../spec'; export declare const Symbol: ({ onConfigChange, config: { label: { label, level }, orientation, color, page, dblClickNav, }, }: NodeProps) => ReactElement; //# sourceMappingURL=Symbol.d.ts.map