declare const question_diamond: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default question_diamond;