import type { ReactElement } from 'react'; export declare const encodeSvg: (reactElement: ReactElement, color?: string) => string; //# sourceMappingURL=encodeSvg.d.ts.map