export type CallParticipantListHeaderProps = {
    /**
     * Click event listener function to be invoked to dismiss / hide the CallParticipantsList from the UI.
     */
    onClose: () => void;
};
export declare const CallParticipantListHeader: ({ onClose, }: CallParticipantListHeaderProps) => import("react/jsx-runtime").JSX.Element;
