import { ReactElement } from 'react'; import { PanelGroupEditorValues } from '../../context'; export interface PanelGroupEditorFormProps { initialValues: PanelGroupEditorValues; variables?: string[]; onSubmit: (next: PanelGroupEditorValues) => void; } export declare function PanelGroupEditorForm(props: PanelGroupEditorFormProps): ReactElement; /** * The `id` attribute added to the `PanelGroupEditorForm` component, allowing submit buttons to live outside the form. */ export declare const panelGroupEditorFormId = "panel-group-editor-form"; //# sourceMappingURL=PanelGroupEditorForm.d.ts.map