declare const StyledSegmentedControlWrapper: import("@emotion/native").StyledComponent; declare const StyledSegmentedItem: import("@emotion/native").StyledComponent & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { themeSize: "medium" | "large"; themeSelected: boolean; }, {}, {}>; declare const StyledSegmentedItemWrapper: import("@emotion/native").StyledComponent; declare const StyledSegmentedItemLabelWrapper: import("@emotion/native").StyledComponent; declare const StyledSegmentedItemText: import("@emotion/native").StyledComponent; export { StyledSegmentedControlWrapper, StyledSegmentedItem, StyledSegmentedItemLabelWrapper, StyledSegmentedItemText, StyledSegmentedItemWrapper, };