import { KendoGridProps } from '../grid';
export declare const PropertyGrid: {
    (props: KendoGridProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
};
export default PropertyGrid;
