import type { ThemeProps } from "../../defaultTheme";
export declare const getBorder: ({ theme }: ThemeProps) => string;
export declare const getBorderRadius: ({ theme }: ThemeProps) => string;
export declare const getBorderRadiusMobile: ({ theme }: ThemeProps) => string;
