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