import React from 'react';
import { BuildTagsParams } from '../types';
declare const buildTags: (config: BuildTagsParams) => React.ReactNode[];
export default buildTags;
