import { UseLinearInputReturn } from '../types'; export declare const useLinearInput: (id: string) => UseLinearInputReturn;