import { DuoyunPopoverElement } from './popover'; /** * @customElement dy-tooltip */ export declare class DuoyunTooltipElement extends DuoyunPopoverElement { ghostStyle: { '--bg': string; '--color': string; 'max-width': string; }; } //# sourceMappingURL=tooltip.d.ts.map