import { ThemeService } from '@univerjs/core';
import { ISelectionStyle } from '@univerjs/sheets';
export declare function createCopyPasteSelectionStyle(themeService: ThemeService): Partial<ISelectionStyle>;
