import type { ViewItem } from './CalendarItem.js'; type CalendarOutlineIconProps = { isCurrent: boolean; variant?: 'absolute' | 'relative' | 'absolute-relative' | 'relative-absolute'; } & Pick; export declare const CalendarOutlineIcon: ({ isCurrent, highlightType, variant }: CalendarOutlineIconProps) => import("react/jsx-runtime.js").JSX.Element; export {};