export type OverrideStyleConfig = Record | null | undefined; export type ToolTipPosition = 'left' | 'right' | 'top' | 'bottom'; //# sourceMappingURL=types.d.ts.map