import React from 'react';
import { CalendarProps } from '@/types/calendar';
interface CalendarShadowDOMProps extends CalendarProps {
    className?: string;
}
declare const CalendarShadowDOM: React.FC<CalendarShadowDOMProps>;
export default CalendarShadowDOM;
//# sourceMappingURL=CalendarShadowDOMNew.d.ts.map