export declare const checkForCheckboxItems: (items: any[], { alignCheck, controlType, }: {
    controlType?: "checkbox" | "switch";
    alignCheck?: "start" | "end";
    [key: string]: any;
}) => any[];
//# sourceMappingURL=List.converter.d.ts.map