///
import type { Props as ChatListProps } from './ChatList';
type Props = Required> & Pick;
declare function Header({ colorTheme, titleText, descText, captionText, onClickCaptionText, titleStyleTheme, headerDisplayType, headerIBtn1IconName, headerIBtn1IconFillType, headerIBtn2IconName, headerIBtn2IconFillType, headerIBtn3IconName, headerIBtn3IconFillType, headerIBtn4IconName, headerIBtn4IconFillType, onClickHeaderIBtn1, onClickHeaderIBtn2, onClickHeaderIBtn3, onClickHeaderIBtn4 }: Props): JSX.Element;
export default Header;