import type { HTMLAttributes } from 'react'; export type DetailsContentProps = HTMLAttributes; /** * Details content component, contains the content of the details item. * * @example * Content */ export declare const DetailsContent: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=details-content.d.ts.map