/** Force theme on a page */ export declare const ForceTheme: (props: { theme: string; }) => null;