interface IconProps { rotate: number; type: string; } declare const CollapseIcon: (props: IconProps) => any; export default CollapseIcon;