export interface ListingState { columnSortFilter: any; quarterFilter: any; } export declare const defaultListingState: () => ListingState;