import React from 'react'; /** The local file browser for the template editor */ export declare function TemplateEditorBrowser(props: { onClose?: () => void; }): React.JSX.Element;