export declare const popoverTokens: {
    calcitePopoverBackgroundColor: string;
    calcitePopoverBorderColor: string;
    calcitePopoverCornerRadius: string;
    calcitePopoverTextColor: string;
    calcitePopoverZIndex: string;
};
export declare const popover: string;
