import type { ExtractPropTypes } from 'vue';
/**
 * TODO: make this under constants or tokens
 */
export declare const tooltipV2CommonProps: {
    readonly nowrap: BooleanConstructor;
};
export declare type TooltipV2CommonProps = ExtractPropTypes<typeof tooltipV2CommonProps>;
