import { IListFormPanel, IListFormPanelProps } from "./types";
/**
 * Item Form
 */
export declare const ListFormPanel: (props: IListFormPanelProps) => IListFormPanel;
