1import { IPropertyListDescriptor } from '../IPropertyDescriptor';
2import { LengthPercentageTuple } from '../types/length-percentage';
3export declare type BorderRadius = LengthPercentageTuple;
4export declare const borderTopLeftRadius: IPropertyListDescriptor<BorderRadius>;
5export declare const borderTopRightRadius: IPropertyListDescriptor<BorderRadius>;
6export declare const borderBottomRightRadius: IPropertyListDescriptor<BorderRadius>;
7export declare const borderBottomLeftRadius: IPropertyListDescriptor<BorderRadius>;
8