import type { StyleProp } from 'react-native'; import { type ViewStyle } from 'react-native'; type Props = { containerStyles?: StyleProp; widthThreshold?: number; }; export declare const MultiSelectedSeparatedOptions: ({ containerStyles, widthThreshold }: Props) => JSX.Element; export {}; //# sourceMappingURL=multi-selected-separated-options.d.ts.map