import { SvgProps } from '../types'; declare const GNANA: ({ width }: SvgProps) => import("react").JSX.Element; export default GNANA;