import type { Size } from "../types";
declare const tooltipSize: ({ size }: {
    size: Size;
}) => string;
export default tooltipSize;
