import React from 'react'; /** * __Expand icon__ * * An icon used to display the expanded state in an ``. */ export declare const ExpandIcon: React.MemoExoticComponent<({ isExpanded }: { isExpanded: boolean; }) => React.JSX.Element>;