import React from 'react'; export type ContextualRootProps = React.PropsWithChildren<{ offsetTop?: number; offsetBottom?: number; offsetRight?: number; background?: React.ReactNode; }>; export declare function ContextualRoot(props: ContextualRootProps): React.JSX.Element; //# sourceMappingURL=ContextualRoot.d.ts.map