import { Component } from '../types';
export declare const getName: (type: Component) => string;
