import React from 'react'; interface EditorIntroProps { style?: JSX.IntrinsicElements['div']['style']; onSelect?: (option: 'local' | 'form' | 'field-explorer') => void; } export declare function TemplateEditorIntro(props: EditorIntroProps): React.JSX.Element; export {};