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