import { FractalSharedStyleProps } from './FractalSharedStyleProps'; export declare function extractBorderProps({ borderRadius, borderTopLeftRadius, borderTopRightRadius, borderBottomLeftRadius, borderBottomRightRadius, borderWidth, borderTopWidth, borderBottomWidth, borderLeftWidth, borderRightWidth, borderColor, borderStyle }: FractalSharedStyleProps): string;