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