export declare const switchOptions: {
    value: boolean;
    item: string;
}[];
