/** * Import path for the CSS tokens file. * * @example * ```ts * // In a bundler that supports CSS imports: * import "@timbenniks/contentstack-platform-sdk/ui/tokens.css" * * // Or reference the path programmatically: * import { CSS_TOKENS_PATH } from "@timbenniks/contentstack-platform-sdk/ui/css" * ``` */ declare const CSS_TOKENS_PATH = "@timbenniks/contentstack-platform-sdk/ui/tokens.css"; export { CSS_TOKENS_PATH };