import { ComputedRef } from 'vue'; export default function useCanvasContext(): { getSectionCtx: () => any; crmShapeWithSectionCtx: ComputedRef; };