import type { BoxProps } from "@twilio-paste/box"; import * as React from "react"; interface GrowingInputProps { initialValue?: string; element?: BoxProps["element"]; onChange?: (event: React.ChangeEvent) => void; id: string; value?: HTMLInputElement["value"]; placeholder?: string; } export declare const GrowingInput: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=GrowingInput.d.ts.map