import React__default, { PropsWithChildren } from 'react';
import { UIConversationListHeaderDefaultProps } from './UIConversationListHeaderDefault.js';

interface UIConversationListHeaderProps {
    UIConversationListHeader?: React__default.ComponentType<UIConversationListHeaderDefaultProps>;
}
declare function UIConversationListHeader<T extends UIConversationListHeaderProps>(props: PropsWithChildren<T>): React__default.ReactElement;

export { UIConversationListHeader, UIConversationListHeaderProps };
//# sourceMappingURL=UIConversationListHeader.d.ts.map
