import BizCheckListPopup, { BizCheckListPopupProps } from './CheckListPopup';
/**
 * @deprecated 即将废弃，请使用 `BizCheckListPopupProps` 替代。
 */
export type CheckListPopupProps = BizCheckListPopupProps;
/**
 * @deprecated 即将废弃，请使用 `BizCheckListPopup` 替代。
 */
export declare const CheckListPopup: typeof BizCheckListPopup;
export type { BizCheckListPopupProps };
export default BizCheckListPopup;
