import type { HTMLElementProps } from '../types';
declare const Feconvolvematrix: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Feconvolvematrix = ReturnType<typeof Feconvolvematrix>;
export default Feconvolvematrix;
