import { CdsControl } from '@cds/core/forms'; /** * Search * * ```typescript * import '@cds/core/search/register.js'; * ``` * * ```html * * * * message text * * ``` * * @element cds-search * @slot - For projecting search input and label * @cssprop --background * @cssprop --background-size * @cssprop --border * @cssprop --border-bottom * @cssprop --outline * @cssprop --padding * @cssprop --font-size * @cssprop --color * @cssprop --line-height * @cssprop --transition */ export declare class CdsSearch extends CdsControl { protected globalStyles: import("lit").CSSResultGroup; protected get prefixDefaultTemplate(): import("lit-html").TemplateResult<1>; static get styles(): import("lit").CSSResultGroup[]; }