import { AnimatePresenceProps } from './types'; export declare function usePopLayout(props: AnimatePresenceProps): { addPopStyle: (element: HTMLElement) => void; removePopStyle: (element: HTMLElement) => void; };