import React from 'react';
import { IconProps } from "./";
declare const Save: React.FC<IconProps>;
export default Save;
