import { Component } from '../../blocks/types';
export declare function extractComponentDescription(component?: Component): string;
