import { FunctionComponent } from 'react'; export interface IAlertIconProps { variant?: 'default' | 'greyed'; } export declare const AlertIcon: FunctionComponent; //# sourceMappingURL=AlertIcon.d.ts.map