import type { NeoIconProps } from './neo-icon.model.js';
declare const NeoIconCalendar: import("svelte").Component<NeoIconProps, {}, "">;
type NeoIconCalendar = ReturnType<typeof NeoIconCalendar>;
export default NeoIconCalendar;
