import { AreaDrawerProps } from '../types'; export declare function drawArea({ data, ...rest }: AreaDrawerProps): void;