import { Matrix } from '.';
export declare function multiplyElement(product: Matrix, left: Matrix, right: Matrix): void;
//# sourceMappingURL=multiply-element.d.ts.map