import type { RspressPlugin } from 'rspress/core';
interface PluginCallstackThemeOptions {
links?: {
homeBanner?: string;
homeFooter?: string;
outlineCTA?: string;
};
}
export declare function pluginCallstackTheme(options?: PluginCallstackThemeOptions): RspressPlugin;
export {};