import './MixPopoverArrow.css'; import { Direction } from '../../components/Popover/Popover'; type Props = { direction?: Direction; }; type CnMixPopoverArrow = (elemNameOrBlockMods?: Props | string | null, elemModsOrBlockMix?: Props | Array | null, elemMix?: Array) => string; export declare const cnMixPopoverArrow: CnMixPopoverArrow; export {};