import { DropLayer } from 'bloko/blocks/drop/constants'; import { Placement } from 'bloko/common/metrics'; export { DropLayer as TipLayer }; export declare const ANIMATION_TIMEOUT_MS = 32; export declare const ARROW_SIZE = 5; export declare const BASE_CLASS_NAMES: readonly [string, string]; export declare const TipPlacement: { readonly Top: Placement.Top; readonly Right: Placement.Right; readonly Bottom: Placement.Bottom; readonly Left: Placement.Left; }; type ValueOf = T[keyof T]; export declare const PLACEMENT_TIP_SEQUENCE: (Placement.Top | Placement.Right | Placement.Bottom | Placement.Left)[]; export type TipPlacementType = ValueOf; export declare enum TipTheme { Dark = "dark", Attention = "attention" } declare const _default: { theme: TipTheme; layer: DropLayer; placement: Placement.Top; dataQa: string; show: boolean; host: null; flexible: boolean; }; export default _default;