/// export declare const PinIcon: ({ classNamePath }: { classNamePath?: string | undefined; }) => JSX.Element; export declare const UnpinIcon: ({ classNamePath }: { classNamePath?: string | undefined; }) => JSX.Element;