import React from "react"; interface LinkVariableInputProps { variableId: string; placeholder?: string; description?: string; } declare const LinkVariableInput: (({ variableId, placeholder, description }: LinkVariableInputProps) => React.JSX.Element) & { original: ({ variableId, placeholder, description }: LinkVariableInputProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: (({ variableId, placeholder, description }: LinkVariableInputProps) => React.JSX.Element) & { original: ({ variableId, placeholder, description }: LinkVariableInputProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition").ComponentDecorator<(({ variableId, placeholder, description }: LinkVariableInputProps) => React.JSX.Element) & { original: ({ variableId, placeholder, description }: LinkVariableInputProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export default LinkVariableInput;