export interface RedactTheme {
    base: string;
    interactive: string;
}
export declare const redactTheme: RedactTheme;
export declare const legacyRedactTheme: RedactTheme;
