/** The local file browser for the template editor */ export declare function TemplateEditorBrowser(props: { onClose?: () => void; }): import("react/jsx-runtime").JSX.Element | null;