import { type IGenAIAssistantConversationDateGroupingProps } from "./types.js"; /** * Default implementation of the ConversationDateGrouping slot. * * @alpha */ export declare function DefaultConversationDateGrouping(props: IGenAIAssistantConversationDateGroupingProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ConversationDateGrouping.d.ts.map