/**
 * Keyword search over the whole Media Library. Owns the typing state and the
 * debounce; `useAssetSearch` owns the `?_q=` URL param.
 */
export declare const AssetsSearchInput: () => import("react/jsx-runtime").JSX.Element;
