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