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