import { HeaderCheckboxProps } from '@/index';
export default class TableRowSelectHelper {
    static getConditionalSelectHeader(props: HeaderCheckboxProps): any;
}
