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