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