import { Heart, HeartShape } from 'zrender'; import { BaseShape } from '../types'; export type IHeartOptions = BaseShape; /** * 创建心形 * @param options * @returns */ export declare function createHeart(options?: IHeartOptions): Heart;