import "./FeelInputTextbox.css"; export interface FeelInputComponentProps { value: string; onChange: (value: string) => void; expressionId?: string; } export declare function FeelInputTextbox({ value, onChange, expressionId }: FeelInputComponentProps): JSX.Element; //# sourceMappingURL=FeelInputTextbox.d.ts.map