import { Vue } from 'nuxt-property-decorator'; import { KVPair } from './types'; export declare class SisQuickFormLine extends Vue { static isValidKeyPairList(values: any): boolean; dense: boolean; readonly: boolean; items: KVPair[]; values(): {}; change(): void; }