import { Moment } from 'jalali-moment';
export interface INavEvent {
    from: Moment;
    to: Moment;
}
