/// import type { QueryEnvironment } from './types'; interface IEnvironmentProps { environment: QueryEnvironment; } export declare const EnvironmentOverview: ({ environment }: IEnvironmentProps) => JSX.Element; export {};