import type { Size } from '../../types'; declare const avalancheLogo: (width?: Size, height?: Size) => JSX.Element; export default avalancheLogo;