import { InjectOptions, RenderElement, IMixins } from './options'
declare const _default: {
mixins?: IMixins;
inject?: InjectOptions;
computed: {
list(): any;
};
methods: {
selectRow(item: any): void;
};
render:RenderElement;
};
export default _default;