type __VLS_Props = { /** * Preview URL, if available */ preview?: string; /** * Modification time, if available */ mtime?: Date; /** * File size in bytes, if available */ size?: number; /** * Whether the node is a folder (changes the fallback icon) */ isFolder: boolean; /** * Visually hidden label describing this side ("Existing version"/"New version"). * Kept for screen readers as the column heading already labels it visually. */ label: string; /** * Bold the modification time (it is the more recent one) */ boldDate?: boolean; /** * Bold the size (it is the larger one) */ boldSize?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>; export default _default;