import { type ReactNode } from 'react';
export declare const AutoExpandable: ({ threshold, children, }: {
    threshold?: number;
    children: ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
