import * as React from "react";
import { PropertyGridViewModel } from "survey-creator-core";
interface IPresetsPropertyGridWrapperProps {
    model: PropertyGridViewModel;
}
export declare class PresetsPropertyGridWrapper extends React.Component<IPresetsPropertyGridWrapperProps, any> {
    constructor(props: IPresetsPropertyGridWrapperProps);
    render(): React.JSX.Element;
}
export {};
