declare type Component = any;
export declare function extractComponentDescription(component?: Component): string;
export {};
