///
//@ts-ignore
import React, { Component } from 'react';
import { PropertyEditorProps } from '@dt/core-ui';
export declare type CalloutLineEditorLocalization = {
lineTypes: {
none: string;
noneTitle: string;
simple: string;
simpleTitle: string;
corner: string;
cornerTitle: string;
};
};
export declare type CalloutLineEditorProps = PropertyEditorProps & CalloutLineEditorLocalization;
export declare class CalloutLineEditor extends Component {
render(): React.JSX.Element;
}