/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type PropType, type SlotsType } from 'vue';
export declare const SearchBar: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    "supporting-text": {
        type: PropType<string>;
        default: string;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    "supporting-text": {
        type: PropType<string>;
        default: string;
    };
}>> & Readonly<{}>, {
    "supporting-text": string;
}, SlotsType<{
    "leading-icon"?: void | undefined;
    "trailing-icon"?: void | undefined;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=search-bar.d.ts.map