import * as React from "react";
export declare class SurveyLocStringEditor extends React.Component<any, any> {
    constructor(props: any);
    private get locStr();
    private get style();
    componentDidMount(): void;
    componentWillUnmount(): void;
    onInput: (event: any) => void;
    onClick: (event: any) => void;
    render(): React.JSX.Element | null;
}
