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