import { Vue } from 'vue-property-decorator';
export default class  extends Vue {
    icon: string | undefined;
    size: string | undefined;
    title: string | undefined;
    type: string | undefined;
    dropdown: boolean;
    disabled: boolean;
    down: any;
    readonly icon_data: any;
    readonly _type: string;
}
