import type { SanitizedGlobalConfig } from '../../../../globals/config/types';
export type IndexProps = {
    global: SanitizedGlobalConfig;
};
//# sourceMappingURL=types.d.ts.map