/** Arguments passed to `riot.tag2()` in `riot-compiler` */
declare type TagArgs = [string, string, string, string, 
/** user function */
() => void];
export default TagArgs;
