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