import type { ButtonProps } from '@nuxt/ui'; import type { RouteLocationRaw } from 'vue-router'; import type { UploraImageProps } from './UploraImage.vue'; export interface TablePreviewLinkProps { to?: RouteLocationRaw; target?: ButtonProps['target']; label: string; description?: string | null; image?: Pick | null; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;