import { PbEditorElement } from "../../types"; export declare const useIsElementChildOfType: (element: PbEditorElement | null, elementType: string) => { index: number; isChildOfType: boolean; };