/// import { IconProps } from '../../types'; declare const Dislike: (allProps: IconProps) => JSX.Element; export default Dislike;