Hi Sameer,
Just to make something clear: rememeber 802.11s and HWMP works as a L2 routing protocol. To set a "default gateway" (IPv4) you need to do it at a L3 routing.
For example, when HWMP established a root, all nodes near it establish that root as next hope at MAC level routing (IF it can´t deliver directly the package to dest node). Nodes with one more hope set these nodes as theirs next jump, and so on. HWMP routing table, in general terms, should say "These nodes I can reach directly, and if not then I send it to node X up in the tree".
L3 routing works between subnets, L2 routing works inside of a subnet (a mesh, for example).
To make a default gateway at IP level, you need to use static routes or another routing protocol.
(Btw: reading your question again now I don't know if you were talking specifically about root announcements, or literally a "default gateway").