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