/**
* Selects the text inside an input element when it receives focus.
*
* @returns A renderable function that selects the text inside an input element when it receives focus.
* @public
*/exportdeclareconstSelectOnFocus: () =>import('@tempots/dom').Renderable;