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