export type ThemeBorderWidths = {
    sm: string;
    md: string;
    lg: string;
};
export declare const borderWidths: ThemeBorderWidths;
