import { TagImplOptions } from '../../template/tag/tag-impl-options';
declare const tags: {
    [key: string]: TagImplOptions;
};
export default tags;
