import { BorderRadiusInterface } from 'types'; export declare const borderRadiusDecorator: ({ radius }: BorderRadiusInterface) => string;