import React from 'react'; declare type Props = { className?: string; arrowClassName?: string; onClick?: () => void; isActive?: boolean; shouldShowArrow?: boolean; isSmall?: boolean; }; export declare const DropdownHeader: React.FC; export {};