import { Theme } from '@leafygreen-ui/lib'; import { Size } from './SegmentedControl.types'; export declare const wrapperStyle: string; export declare const getLabelStyles: (theme: Theme) => string; export declare const optionsWrapperStyleSize: Record; export declare const optionsWrapperStyleTheme: Record; export declare const optionsWrapperStyle: ({ theme, size, }: { theme: Theme; size: Size; }) => string; export declare const selectionIndicatorStyle: string; export declare const hoverIndicatorStyle: string; //# sourceMappingURL=SegmentedControl.styles.d.ts.map