import type { WalkontableInstance } from '../../types'; import type { CornerDefaultStyle } from './types'; export declare const getCornerStyle: (wot: WalkontableInstance) => CornerDefaultStyle;