export declare const styles: {
    container: {
        padding: number;
    };
    label: {};
    activeContainer: {
        backgroundColor: string;
    };
    activeLabel: {
        color: string;
        fontWeight: "bold";
    };
    disabledLabel: {
        color: string;
    };
};
