import { CommonTheme, ThemeFromFn } from '../../theming'; export declare const pageTheme: (theme: CommonTheme) => [string, { barPadding: string; topToolbarPadding: string; background: string; topBackground: string; topTextColor: string; }]; export declare type PageTheme = ThemeFromFn;