import { TextDrawerProps } from '../types'; export declare function drawText({ fontFamily, fontSize, fontWeight, fill, stroke, strokeWidth, opacity, fillOpacity, strokeOpacity, shadow, rotation, writingMode, textDecoration, mapping, source, data, transition, container, className, theme, evented, }: TextDrawerProps): void;