import { ColorMetricProps, SizeMetricProps } from "../types";
export declare const colorMetric: ColorMetricProps;
export declare const sizeMetric: SizeMetricProps;
export declare const screenSize: {
    mobile: string;
    tablet: string;
    desktop: string;
};
export declare const device: {
    mobile: string;
    tablet: string;
    desktop: string;
};
export declare const indexTooltip = 10;
export declare const indexModal = 20;
