import React from 'react'; export declare function AcmExpandableCard(props: { title: string; children: React.ReactNode; className?: string; id?: string; }): JSX.Element;