import { type PopoverSize } from '../types'; export declare const mapSizeToClass: (size: PopoverSize) => string; export declare const mapLineVariant: (singleLine: boolean) => string;