import React from 'react'; declare type AcmExpandableWrapperProps = { headerLabel?: string; children: React.ReactNode; maxHeight?: string; withCount: boolean; expandable: boolean; }; export declare const AcmExpandableWrapper: (props: AcmExpandableWrapperProps) => JSX.Element; export {};