import { YwTagProps } from '../../types'; declare function YwTag(props: YwTagProps): JSX.Element; declare namespace YwTag { var defaultProps: { bizName: string; styleType: string; color: string; size: string; }; } export default YwTag;