import { CSSProperties } from 'vue';
declare type RowsType = number | null;
export default function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: RowsType, maxRows?: RowsType): CSSProperties;
export {};
