import { FC } from 'react'; import { MarkdownProps } from '@component-controls/components'; import { ComponentInputProps } from '@component-controls/store'; export declare type DescriptionProps = Omit & ComponentInputProps; /** * Description component with markdown. * The 'of' property can specify which component's description to display. */ export declare const Description: FC;