/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@emotion/react'; import { ICalendarProps } from './types'; export declare const SACalendar: (props: ICalendarProps) => jsx.JSX.Element;