/// <reference types="react" />
import type { Props } from "./types";
declare const CardSection: ({ title, titleAs, icon, description, onClick, children, expandable, expanded, initialExpanded, onClose, header, onExpand, dataTest, actions, noSeparator, }: Props) => JSX.Element;
export default CardSection;
