import { Principal } from "@dfinity/principal";
export interface RemoveHplContactForm {
    principal: Principal;
}
