import { KeyVaultInfo, WithNamedType } from '../../types'; interface Props extends WithNamedType { vaultInfo: KeyVaultInfo; } declare const _default: ({ name, ...others }: Props) => import("../../types").AdIdentityInfoWithInstance; export default _default;