import type React from 'react'; import './LlmsContainer.scss'; export interface LlmsContainerProps extends React.HTMLAttributes { } export declare function LlmsContainer(props: LlmsContainerProps): import("react/jsx-runtime").JSX.Element;