export declare const borderRadius: { none: { left: string; top: string; right: string; bottom: string; all: string; }; sm: { left: string; top: string; right: string; bottom: string; all: string; }; md: { left: string; top: string; right: string; bottom: string; all: string; }; lg: { left: string; top: string; right: string; bottom: string; all: string; }; full: { left: string; top: string; right: string; bottom: string; all: string; }; }; export declare const boxShadow: { none: string; sm: string; md: string; lg: string; }; export declare const border: { none: { left: string; top: string; right: string; bottom: string; all: string; }; sm: { left: string; top: string; right: string; bottom: string; all: string; }; md: { left: string; top: string; right: string; bottom: string; all: string; }; lg: { left: string; top: string; right: string; bottom: string; all: string; }; };