export declare const typeOptions: {
    label: string;
    value: string;
}[];
export declare const triggerOptions: {
    label: string;
    value: string;
}[];
export declare const lenTypeOptions: string[];
