import { type StandardAnimationOption } from '../../../animation'; import type { DisplayObject } from '../../../shapes'; import { type Selection } from '../../../util'; import type { RequiredAxisStyleProps } from '../types'; export declare function renderTitle(container: Selection, axis: DisplayObject, attr: RequiredAxisStyleProps, animate: StandardAnimationOption): import("../../../animation").AnimationResult[];