/// <reference types="react" />
import type { Props } from "./types";
declare const Collapse: ({ initialExpanded, customLabel, expanded: expandedProp, label, children, dataTest, id, onClick, actions, }: Props) => JSX.Element;
export default Collapse;
