The power object of A is (A -> hProp).
It would be really nice if a proof assistant had the ability to step
into and out of internal languages, and automatically apply the
relevant interpretation. Unfortunately that's a ways in the future.
If it's enough for you to stay in the internal language, you can just
write in Coq and say to the reader "we are working in the internal
language". But if you want to prove something "external" about a
topos *using* its internal language, and have that external result
formalized, then you'd need to formalize the entire construction of
the internal language semantics, and the "internal language" that
you'll get won't be Coq itself but a type theory coded up *inside* Coq
as metatheory (hence it won't have conveniences like implicit
arguments, unification, and tactics, unless you implement *those*
yourself too0.