interface LinkStateProps { value: string; disabled?: boolean; error?: string | null; onChange: (value: string) => void; onSubmit: () => void; } export declare function LinkState({ value, disabled, error, onChange, onSubmit, }: LinkStateProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LinkState.d.ts.map