import { Path, PathProps } from 'zrender';
export declare function createEl(elOption: {
    type: string;
}): Path<PathProps>;
