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