import { HyperScriptFunction, CurriedCreateTagFunction } from './types'; declare function createTag(h: HyperScriptFunction): CurriedCreateTagFunction; declare function createTag(h: HyperScriptFunction, tagName: string): HyperScriptFunction; export default createTag;