import { IThemePageStyleProps, IThemePageStyles } from './ThemePage.types';
export declare const getStyles: (props: IThemePageStyleProps) => IThemePageStyles;
