interface DiamondColor { id: number; img: string; name: string; value: string; } interface DiaryDiamondColor extends DiamondColor { } declare const DiamondColors: DiamondColor[]; declare const DiaryDiamondColors: DiaryDiamondColor[]; declare const ArgyleDiamondShapes: { id: number; img: string; value: string; }[]; interface DiamondShape { id: number; img: string; value: string; } interface DiaryDiamondShape extends DiamondShape { } interface CauseShape { code: string; shape: string; } declare const DiamondShapes: DiamondShape[]; declare const sheet_shapes: { code: string; shape: string; }[]; declare const DiaryCauseShape: CauseShape[]; declare const PiCauseShape: { code: string; shape: string; }[]; declare const DiaryPdfCauseShape: { code: string; shape: string; }[]; declare const DiaryDiamondShapes: DiaryDiamondShape[]; declare const DiaryOriginImage: { origin: string; Img: string; }[]; interface DiamondOrigin { origin: string; Img: string; } declare const DiamondOrigins: DiamondOrigin[]; declare const DiaryCauseImage: { color: string; img: string; }[]; declare const DiaryLoaderMsg: { id: string; msg: string; }[]; declare const DiamondAssets: { img: string; value: string; saturation: string[]; }[]; declare const DiaryOriginVideo: { origin: string; video: string; }[]; declare const DiamondClaritys: { diamondType: string[]; desc: string; }[]; declare const DiaryFluorescenceImage: { color: string; img: string; }[]; declare const FluorescenceShadow: { fluorescence: string; color: string; }[]; declare const DiamondSaturations: string[]; declare const ArgyleDiamonds: { color: { img: string; value: string; }; shape: { id: number; img: string; value: string; }[]; saturation: string[]; clarity: { diamondType: string[]; value: string; desc: string; }[]; }[]; declare const diamondDepth: { displayName: string; depthName: string; Id: string; }[]; declare const VERSION = "1.0.0"; declare const PACKAGE_NAME = "fcrf-common"; export { ArgyleDiamondShapes, ArgyleDiamonds, DiamondAssets, DiamondClaritys, DiamondColors, DiamondOrigins, DiamondSaturations, DiamondShapes, DiaryCauseImage, DiaryCauseShape, DiaryDiamondColors, DiaryDiamondShapes, DiaryFluorescenceImage, DiaryLoaderMsg, DiaryOriginImage, DiaryOriginVideo, DiaryPdfCauseShape, FluorescenceShadow, PACKAGE_NAME, PiCauseShape, VERSION, diamondDepth, sheet_shapes };