import type { ExpandableProps } from './types'; export declare const AnimatedExpandable: ({ children, opened, minHeight, className, 'data-testid': dataTestId, style, animationDuration, }: ExpandableProps) => import("react").JSX.Element; //# sourceMappingURL=AnimatedExpandable.d.ts.map