import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SaveIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SaveIcon;
