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