export declare class AnimatedMatIconComponent {
    icon: string;
    animation: string;
    onHover: boolean;
    color: string;
    size: string;
}
