import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Save: React.MemoExoticComponent>; declare type SaveRef = PathIconRef; declare type SaveProps = PathIconProps; export { Save }; export type { SaveRef, SaveProps }; export default Save;