/// import { motion } from 'framer-motion'; import { type ElementProps } from '../../../../../types/element/elementProps'; export type CollapsibleContentProps = Omit, 'key' | 'initial' | 'animate' | 'exit' | 'variants' | 'style' | 'transition' | 'id' | 'children'> & { suppressInitialAnimation?: boolean; }; export declare const CollapsibleContent: import("react").ForwardRefExoticComponent>>, "style" | "animate" | "children" | "initial" | "transition" | "exit" | "variants" | "id" | "key"> & { suppressInitialAnimation?: boolean | undefined; } & { children?: import("react").ReactNode; } & import("react").RefAttributes>; //# sourceMappingURL=CollapsibleContent.d.ts.map