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