import type { CSSProperties } from '../../types/jsx/html.js'; import { TungstenSimpleInternalStoreComponent } from '../Components.jsx'; import { ContentNode } from '../ContentNode.js'; export type MatchedRouteProps = { className?: string; css?: string; children?: ContentNode; style?: CSSProperties; }; export declare class MatchedRoute extends TungstenSimpleInternalStoreComponent { init: () => void; content: () => string | number | boolean | import("../ContentNode.js").ContentNodeHtml | import("../ContentNode.js").ContentNodeClassComponent | import("../ContentNode.js").ContentNodeFunctionComponent | import("../ContentNode.js").ContentNodeArray | null | undefined; } //# sourceMappingURL=MatchedRoute.d.ts.map