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