import { TagSpecification } from '@likec4/core'; import { PropsWithChildren } from 'react'; export declare function TagStylesProvider({ children, rootSelector }: PropsWithChildren<{ rootSelector: string; }>): import("react/jsx-runtime").JSX.Element; export declare function useTagSpecifications(): Record; export declare function useTagSpecification(tag: string): TagSpecification;