import type { NormalizedFill } from 'modern-idoc'; import type { RectangleLike } from '../../../core'; import type { CanvasBatchable } from '../../main'; export declare function getFillDrawOptions(fill: NormalizedFill, rect: RectangleLike): Partial>;