/// <reference types="react" />
import { BuildTagsParams } from '../types';
export declare const WithHead: (props: BuildTagsParams) => JSX.Element;
