import type { ReactNode } from 'react'; type ArrowPosition = 'top' | 'bottom' | 'left' | 'right'; interface ArrowBoxProps { position: ArrowPosition; size?: number; backgroundColor?: string; borderWidth?: number; borderColor?: string; children: ReactNode; } export declare const ArrowBox: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & ArrowBoxProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {}; //# sourceMappingURL=ArrowBox.d.ts.map