import * as React from 'react'; /** * @author 田尘殇Sean(sean.snow@live.com) * @date 2017/10/18 */ export declare class Tag extends React.Component { static defaultProps: { color: string; }; render(): JSX.Element; } export default class Tags extends React.Component { render(): JSX.Element; }