import { IconProps } from '../lib';
declare function Brain(props: IconProps): JSX.Element;
export default Brain;
