/** * @Returns the implicit role for an h5 tag. */ function getImplicitRoleForH5(): string { return 'heading'; } export { getImplicitRoleForH5 as h5 };