import React from 'react'; import type { BorderBoxProps } from './type'; export declare function BorderBox({ className, style, children, borderColor, borderWidth, borderRadius, size, background, smooth, boxShadow, dropShadows, borderMask, ...attrs }: BorderBoxProps): React.JSX.Element;