export declare const isSSR: boolean; export { SYMBOL_OBSERVABLE, SYMBOL_OBSERVABLE_FROZEN, SYMBOL_OBSERVABLE_READABLE, SYMBOL_OBSERVABLE_WRITABLE, SYMBOL_UNCACHED, SYMBOL_UNTRACKED, SYMBOL_UNTRACKED_UNWRAPPED } from 'soby'; import type { ContextData, Context, DirectiveData } from './types'; export declare const CONTEXTS_DATA: WeakMap, ContextData>; export declare const DIRECTIVES: Record>; export declare const SYMBOL_SUSPENSE: unique symbol; export declare const SYMBOL_SUSPENSE_COLLECTOR: unique symbol; export declare const SYMBOL_TEMPLATE_ACCESSOR: unique symbol; export declare const SYMBOLS_DIRECTIVES: Record; export declare const SYMBOL_CLONE: unique symbol; /** This symbol is indicated that the element is created through jsx/jsxDEV * not customElement */ export declare const SYMBOL_JSX: unique symbol; /** This symbol is used to store default props factory for components */ export declare const SYMBOL_DEFAULT: unique symbol; //# sourceMappingURL=constants.d.ts.map