import { ReactNode } from 'react'; export declare function PinTopGroupItem({ children }: { children: ReactNode; }): import("react/jsx-runtime").JSX.Element | null; export declare function PinBottomGroupItem({ children }: { children: ReactNode; }): import("react/jsx-runtime").JSX.Element | null;