export declare class DashboardFilterModalConstants { static readonly DefaultDemo = "A18+"; static readonly Quarter = "Quarter"; static readonly Month = "Month"; static readonly Week = "Week"; static readonly CustomRange = "Custom Range"; static readonly Broadcast = "broadcast"; static readonly Fiscal = "fiscal"; }