import { HomePageProps } from './HomePage.types'; export type { HomePageProps } from './HomePage.types'; export type { ToolKitItem, SmartAiItem, ConfigurationMenuItem } from './HomePage.types'; export declare function HomePage({ clientName, userName, toolKitItems, smartAiItems, configurationsMenuItems, activeToolKitItem: currentActiveToolKitItem, activeSmartAiItem: currentActiveSmartAiItem, onLaunchClick, onBookDemoClick, onViewReleasedNotesClick, onConfigurationsClick, onKnowMoreClick, showConfigurationsButton, 'data-testid': dataTestId, }: HomePageProps): import("react/jsx-runtime").JSX.Element; export declare namespace HomePage { var displayName: string; } //# sourceMappingURL=index.d.ts.map