import type { TextField as TextFieldType } from 'mzinga/types'; import React from 'react'; import type { PluginConfig } from '../types'; type MetaTitleProps = TextFieldType & { path: string; pluginConfig: PluginConfig; }; export declare const MetaTitle: React.FC; export declare const getMetaTitleField: (props: MetaTitleProps) => React.JSX.Element; export {}; //# sourceMappingURL=MetaTitle.d.ts.map