import React from 'react'; import { type ThemeRecipeAuthoringKind } from './themeRecipeAuthoringModel'; export declare function ThemeRecipeAdminPage(props: { readonly kind: ThemeRecipeAuthoringKind; readonly recipeName: string | null; }): React.JSX.Element; //# sourceMappingURL=ThemeRecipeAdminPage.d.ts.map