import type { ExpandableProps } from './types'; export declare function Expandable({ children, opened, minHeight, className, 'data-testid': dataTestId, animationDuration, style, }: ExpandableProps): import("react").JSX.Element; export declare namespace Expandable { var displayName: string; } //# sourceMappingURL=index.d.ts.map