import * as React from 'react';
/**
 * Resolves the horizontal gap between tabs
 */
export declare function useTabListGapFromContainer(containerRef: React.RefObject<HTMLElement | null>, { enabled, childrenHash, childSelector, }: {
    enabled: boolean;
    childrenHash: string;
    childSelector: string;
}): number;
