/** * ODS Current Color Token Test Component * * This component demonstrates that the ods-current token properly adapts * to different platform types (OpenFrame, Flamingo, TMCG). * * Expected behavior: * - OpenFrame: Cyan (#5efaf0) * - Flamingo: Pink (#f357bb) * - TMCG: Pink (#f357bb) * - Default: Primary text color (#fafafa) */ import React from 'react'; export declare function OdsCurrentTest(): React.JSX.Element; //# sourceMappingURL=ods-current-test.d.ts.map