declare const productData: { label: string; data: string; check: boolean; }[]; declare const otherData: { label: string; data: string; check: boolean; }[]; export { productData, otherData };