import { FC } from 'react'; import { SourceProps } from '@component-controls/components'; import { ComponentsBlockContainerProps } from '../BlockContainer/components/ComponentsBlockContainer'; export declare type ComponentSourceProps = Omit & Omit; /** * Displays import statement for a component as well as the component file source code * Optionally also displays some repository information from the component's package.json */ export declare const ComponentSource: FC;