export interface CopyrightTheme { base: string; href: string; span: string; } export declare const copyrightTheme: CopyrightTheme; //# sourceMappingURL=theme.d.ts.map