import React from 'react'; export declare const icons: { "https://schemas.tokens.studio/token.json": React.JSX.Element; "https://schemas.tokens.studio/tokenSet.json": React.JSX.Element; }; export declare const typeColors: { "https://schemas.tokens.studio/reference.json": { color: string; backgroundColor: string; }; "https://schemas.tokens.studio/token.json": { color: string; backgroundColor: string; }; "https://schemas.tokens.studio/tokenSet.json": { color: string; backgroundColor: string; }; }; export { controls } from './controls/index.js'; export { specifics } from './nodes/index.js'; //# sourceMappingURL=index.d.ts.map