import { ObjectShorthandValue, ShorthandValue } from '../../types'; import { PopperShorthandProps } from './types'; export declare function partitionPopperPropsFromShorthand

(value: ShorthandValue

): [ShorthandValue

| ObjectShorthandValue

, PopperShorthandProps | undefined];