export declare const isNodeWiderThanParent: ({ current }: { current: any; }) => boolean; export default isNodeWiderThanParent;