type __VLS_Props = { explanations?: { label: string; }[]; data: { tableData: string[][]; programName: string; }; }; declare const _default: __VLS_WithSlots any; tnc: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onBack?: (() => any) | undefined; onTnc?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: ((props: {}) => any) | undefined; }>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };