import React from 'react'; /** @alpha */ export type ScaffolderReactTemplateCategoryPickerClassKey = 'root' | 'label'; /** * The Category Picker that is rendered on the left side for picking * categories and filtering the template list. * @alpha */ export declare const TemplateCategoryPicker: () => React.JSX.Element | null;