import { Vue } from 'vue-property-decorator'; export default class AskQuestionButton extends Vue { productId: string; get askQuestionUrl(): string; }