import { RefObject } from 'react'; import { Value } from './InputBase.type'; declare type Shape = { ref: RefObject; onInput: () => void; }; export declare const useAutoHeight: (isActive?: boolean | undefined, value?: Value) => Shape | null; export {}; //# sourceMappingURL=useAutoHeight.d.ts.map