import { OverflowStrokeTransform } from '../spec'; import { LabelTransformComponent as LLC } from '../runtime'; export type OverflowStrokeOptions = Omit; /** * Reverse label stroke against label color. * More about contract, see https://webaim.org/resources/contrastchecker/ */ export declare const OverflowStroke: LLC;