import type { BorderBoxProps } from './type'; export declare function resolveProps(props: BorderBoxProps & T): { borderColor: string; innerBorderRadius: number; outerBorderRadius: number; borderWidth: number; background: string; size: "full" | "fit"; dropShadows: string[]; } & Omit;