import { omit } from '@vitus-labs/core';
type BoolFunc = (value: any) => boolean;
export declare const isNumber: BoolFunc;
export declare const hasValue: BoolFunc;
export declare const isVisible: BoolFunc;
type HasWidth = (size: any, columns: any) => boolean;
export declare const hasWidth: HasWidth;
type OmitCtxKeys = (props?: Record<string, any>) => ReturnType<typeof omit>;
export declare const omitCtxKeys: OmitCtxKeys;
export {};
//# sourceMappingURL=utils.d.ts.map