import React from 'react'; /** * The component to select the `type` of `Template` that you will see in the table. * * @public */ export declare const TemplateTypePicker: () => React.JSX.Element | null;