import Overlay from "../Overlay";
declare class CustomPrimitive extends Overlay {
    /**
     *
     * @param positions 坐标串
     * @param holes 空心坐标串
     */
    constructor(options: any);
    get type(): any;
    _mountedHook(): void;
    setStyle(style: any): this;
}
export default CustomPrimitive;
