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