import { Path } from 'slate'; /** * Is it the first child of the parent */ export declare const isFirstChild: (path: Path) => boolean; //# sourceMappingURL=isFirstChild.d.ts.map