import { SetupContext } from "vue";
export default function (context: SetupContext): {
    renderEmpty: () => any;
};
