import * as React from "react"; interface Props extends React.DetailedHTMLProps, HTMLTextAreaElement> { readonly placeholder?: string; readonly allowCtrlEnter?: boolean; } declare const GrowingEntry: React.NamedExoticComponent; export default GrowingEntry; //# sourceMappingURL=growing-entry.d.ts.map