export declare const BORDERS: {
    readonly border_00: "0rem";
    readonly border_50: "0.0625rem";
    readonly border_100: "0.125rem";
    readonly border_200: "0.25rem";
};
export declare const RADIUS: {
    radius_00: string;
    radius_25: string;
    radius_50: string;
    radius_75: string;
    radius_100: string;
    radius_circle: string;
};
export type BordersType = typeof BORDERS;
export type RadiusType = typeof RADIUS;
