type Class = new () => T type VueComponent = Class<{ $props: Props | { props: Props } }>