/** * Get GoTo duration for Components. * * @internal * @internal */ /** * Determines the duration of the GoTo action for Components. * * @returns The duration of the GoTo action in milliseconds, or null/undefined if not set. * @internal * @internal */ export function getGoToDuration(): number | null | undefined;