export declare const $type: unique symbol; export type $Type = typeof $type; export declare const $props: unique symbol; export type $Props = typeof $props; export declare const $key: unique symbol; export type $Key = typeof $key; export declare const $routeParams: unique symbol; export type $RouteParams = typeof $routeParams; export declare const $routeData: unique symbol; export type $RouteData = typeof $routeData; export declare const $fragment: unique symbol; export type $Fragment = typeof $fragment; //# sourceMappingURL=contentNodeSymbols.d.ts.map