import { Tag } from '../common'; export interface BikeTagProps { tag: Tag & { inBoundary?: boolean; }; showHint?: boolean; showPostedDate?: boolean; showMysteryPostedDateTime?: boolean; showFoundPostedDateTime?: boolean; sizedMysteryImage?: boolean; sizedFoundImage?: boolean; showPlayer?: boolean; reverse?: boolean; showInBoundary?: boolean; tagnumber?: number; foundTagnumber?: number; size?: string; imageSize?: string; foundImageUrl?: string; mysteryImageUrl?: string; foundDescription?: string; mysteryDescription?: string; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { foundLocation?(_: {}): any; foundLocation?(_: {}): any; foundPlayer?(_: {}): any; foundTime?(_: {}): any; mysteryDescription?(_: {}): any; mysteryPlayer?(_: {}): any; mysteryTime?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onLoad?: ((...args: any[]) => any) | undefined; }>, { tagnumber: number; mysteryImageUrl: string; foundImageUrl: string; size: string; showPostedDate: boolean; showMysteryPostedDateTime: boolean; showFoundPostedDateTime: boolean; sizedMysteryImage: boolean; sizedFoundImage: boolean; showPlayer: boolean; foundTagnumber: number; imageSize: string; foundDescription: string; mysteryDescription: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };