export declare function useString(initialState?: string): { string: string; onClick: (e: any) => void; onChange: (e: any) => void; };