export default function BACollapse(props: { label: string; children: any; icon?: any; expand?: boolean; labelClick?: any; }): import("react/jsx-runtime").JSX.Element;