import IDataParams from "../../../interfaces/dataParams"; export declare const getDefaultN: (data: IDataParams, filterLabels?: string[]) => number;