declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * A slot name or function
     */
    use: {
        type: FunctionConstructor;
        default: undefined;
    };
    /**
     * Tags to unwrap separated by spaces
     * Example: 'ul li'
     */
    unwrap: {
        type: (BooleanConstructor | StringConstructor)[];
        default: boolean;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * A slot name or function
     */
    use: {
        type: FunctionConstructor;
        default: undefined;
    };
    /**
     * Tags to unwrap separated by spaces
     * Example: 'ul li'
     */
    unwrap: {
        type: (BooleanConstructor | StringConstructor)[];
        default: boolean;
    };
}>> & Readonly<{}>, {
    unwrap: string | boolean;
    use: Function;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
