/// declare type AcmLogWindowProps = { id: string; cluster: string; namespace: string; initialContainer: string; onSwitchContainer: (newContainer: string | undefined) => void; containers: string[]; logs: string; }; export declare function AcmLogWindow(props: AcmLogWindowProps): JSX.Element; export {};