import type { WhetherLeafParams } from '../../facet/layout/interface';
export declare const whetherLeafByLevel: (params: WhetherLeafParams) => boolean;
