import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_TimePeriod { today = 0, yesterday = 1, tomorrow = 2, last7Days = 3, thisMonth = 4, lastMonth = 5, nextMonth = 6, thisWeek = 7, lastWeek = 8, nextWeek = 9 } /** * @hidden */ export declare let ST_TimePeriod_$type: Type;