import React from 'react'; import { Theme } from '@leafygreen-ui/lib'; import { Size } from './SegmentedControl/SegmentedControl.types'; interface SCContext { size: Size; theme: Theme; name: string; followFocus: boolean; } export declare const SegmentedControlContext: React.Context; export {}; //# sourceMappingURL=SegmentedControlContext.d.ts.map