import { Node, Path } from "slate";
declare type Props = {
    node: Node;
    path: Path;
};
/**
 * Will check if the given properties is equal to the object
 * {
 *   path : [],
 *   node : {
 *      children : []
 *    }
 * }
 */
export declare const isEmptyProperties: (properties: Props) => boolean;
export {};
//# sourceMappingURL=isEmptyProperties.d.ts.map