/// import '@patternfly/react-styles/css/components/CodeEditor/code-editor.css'; export declare function AcmCodeSnippet(props: { id: string; fakeCommand?: string; command: string; copyTooltipText: string; copySuccessText: string; }): JSX.Element;