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