import * as React from 'react'; /** * * @returns {(props: any) => JSX.Element} */ export declare function renderDecorator(filedNode: React.ReactNode, DecoratorComponent?: React.FC): (decoratorProps: any) => JSX.Element;