import { FC } from 'react'; import { ComponentsBlockContainerProps } from '../BlockContainer/components/ComponentsBlockContainer'; export declare type ComponentJSXProps = Omit; /** * Displays external dependencies for a component */ export declare const ComponentJSX: FC;