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