import { IPropertyListDescriptor } from '../IPropertyDescriptor'; import { LengthPercentageTuple } from '../types/length-percentage'; export type BorderRadius = LengthPercentageTuple; export declare const borderTopLeftRadius: IPropertyListDescriptor; export declare const borderTopRightRadius: IPropertyListDescriptor; export declare const borderBottomRightRadius: IPropertyListDescriptor; export declare const borderBottomLeftRadius: IPropertyListDescriptor;