import React from 'react'; import { type NumericThemeTokenFamily } from './themeTokenAuthoringModel'; export declare function ThemeNumericTokensAdminPage(props: { readonly family: NumericThemeTokenFamily; }): React.JSX.Element; //# sourceMappingURL=ThemeNumericTokensAdminPage.d.ts.map