import { HTMLAttributes } from 'react'; type Props = { pop?: boolean; popPosition?: number; } & HTMLAttributes; export declare const MenuPopButton: ({ pop, popPosition, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};