import { TextStyle, ViewStyle } from 'react-native';
import type { Theme } from '../../../types';
export declare const makeStyle: (theme?: Theme) => {
    container: ViewStyle;
    toggleCircle: ViewStyle;
    text: TextStyle;
};
