import React from 'react'; export interface AnimatedBrandOwlProps { size?: number; shape?: 'square' | 'circle'; } export declare const AnimatedBrandOwl: React.FC; export default AnimatedBrandOwl;