import Vue from 'vue'; export default class Expandable extends Vue { options: any; open: boolean; linkCss: string; css: string; get detailsCss(): string[]; }