import { Transform } from 'style-dictionary/types';
/**
 * @description convert a w3c `border` token to a value that can be used with the css `border` property
 */
export declare const borderCss: Transform;
