import { EPoint } from '../../../../../constants/chart-style';
export declare const InitPoint: {
    type: EPoint;
    size: string;
    borderColor: string;
    borderWidth: string;
};
