<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SemanticQueries](./x-components.semanticqueries.md)

## SemanticQueries variable

Retrieves a list of semantic queries from the state and exposes them in the slots.

**Signature:**

```typescript
_default: import("vue").DefineComponent<{}, {
    suggestions: import("vue").ComputedRef<import("@empathyco/x-types").SemanticQuery[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
    BaseSuggestions: import("vue").DefineComponent<{}, {}, any>;
    SemanticQuery: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
