import { ScriptHandler } from '../types';
/**
 * Returns documentation of the component referenced in the extends property of the component
 */
declare const extendsHandler: ScriptHandler;
export default extendsHandler;
