import { IEmojiProps } from "../../styled";
declare const SvgBrand1: (props: IEmojiProps) => JSX.Element;
export default SvgBrand1;
