import { PropType } from 'vue';
export declare const SearchLayout: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * 布局类型
     * card: 整体布局作为一个卡片类型
     * normal: 分体式卡片布局
     */
    type: {
        type: PropType<"card" | "normal">;
        default: string;
    };
    /**
     * 设置标题
     */
    title: StringConstructor;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 布局类型
     * card: 整体布局作为一个卡片类型
     * normal: 分体式卡片布局
     */
    type: {
        type: PropType<"card" | "normal">;
        default: string;
    };
    /**
     * 设置标题
     */
    title: StringConstructor;
}>> & Readonly<{}>, {
    type: "normal" | "card";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
