import { ResizeFunctionsPropTypes } from "./types"; export declare const getStyles: (element: HTMLTextAreaElement | null) => { paddingTop: string; paddingBottom: string; lineHeight: string; borderTopWidth: string; borderBottomWidth: string; }; export declare const convertStringToNumber: (value: string) => number; export declare const convertRowsToHeight: (textareaRef: HTMLTextAreaElement | null, rows: number) => number; export declare const smartResize: ({ textareaRef, minRows, maxRows, }: ResizeFunctionsPropTypes) => void; export declare const manualResize: ({ textareaRef, minRows, maxRows, }: ResizeFunctionsPropTypes) => void; //# sourceMappingURL=logic.d.ts.map