export declare const pageIdSelector: (state: any, a0: number[]) => string; export declare const pageLabelSelector: (state: any, a0: number[]) => string; export declare const pageContentTypeSelector: (state: any, a0: number[]) => "grid" | "resource"; export declare const pageLoadSelector: (state: any) => Function;