import type { ThemeStyle } from '../../ts-types';
import type { Group } from '../graphic/group';
export declare function createCornerCell(cellGroup: Group, frameTheme: ThemeStyle): Group;
