import { AnimationProps } from '../Animation'; import { PrismaneProps } from '../../types'; export type CollapseProps = PrismaneProps<{ open?: boolean; }, AnimationProps>; declare const Collapse: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Collapse; //# sourceMappingURL=Collapse.d.ts.map