export declare const ExpandChevron: ({ isExpanded, onClick, align }: { isExpanded: any; onClick: any; align: any; }) => import("react").JSX.Element;