import { IFormBase } from "@ic-wallet-kit/common";
export interface CheckLedgerPrincipalForm extends IFormBase {
    ledgerPrincipal: string;
}
