import type SuspendButton from './index.vue'

export type TnSuspendButtonInstance = InstanceType<typeof SuspendButton>
