import { type IAutomationMetadataObjectDefinition } from "@gooddata/sdk-model"; interface ISubjectFormProps { dashboardTitle: string; editedAutomation: IAutomationMetadataObjectDefinition; isSubmitDisabled?: boolean; onChange: (value: string, isValid: boolean) => void; onKeyDownSubmit: () => void; } export declare function SubjectForm({ dashboardTitle, editedAutomation, isSubmitDisabled, onChange, onKeyDownSubmit }: ISubjectFormProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SubjectForm.d.ts.map