import type { ReactNode } from "react"; import type { animation } from "../generic"; /** * This file contains the types and prop-types for Collapse component. */ export type className = string; export type children = ReactNode; export type open = boolean; export type animate = animation; export declare const propTypesClassName: any; export declare const propTypesChildren: any; export declare const propTypesOpen: any; export declare const propTypesAnimate: any; //# sourceMappingURL=collapse.d.ts.map