import { IPktCalendar, ICalendarState } from './types';
export declare function useCalendarState(props: IPktCalendar): ICalendarState;
