import { IconNameType } from './icons'; export declare class AmplifyIcon { /** (Required) Name of icon used to determine the icon rendered */ name: IconNameType; componentWillLoad(): void; validateName(newValue: string): void; render(): any; }