import * as React from 'react'; import { IPropDocEditor } from '../../types'; export declare function MultiUnknownExamples(props: IPropDocEditor): React.JSX.Element; export declare function getMultiUnknownExamplesComponent(params: IMultiUnknownExamplesCustomization): (props: IPropDocEditor) => React.JSX.Element; interface IMultiUnknownExamplesCustomization { isValueNodeVisible: boolean; } export {}; //# sourceMappingURL=multiUnknownExamples.d.ts.map