/// import { type CollapseProps as MuiCollapseProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type CollapseProps = WithoutEmotionSpecific; export declare const Collapse: (props: CollapseProps) => JSX.Element;