import { Application } from 'typedoc';
import { SphinxTheme } from './theme';
export declare function load(app: Application): void;
export { SphinxTheme };
